-
Notifications
You must be signed in to change notification settings - Fork 378
Closed
Description
Initial discussion happened on polkadot-js/apps#684 (comment)
- Make API more explorable by default and without tools, i.e. if we add something like this for
tx,query,derive
api.tx.listAll() // shows all section.methods with description- dev-only exposure, probably around here - https://github.com/polkadot-js/apps/blob/master/packages/ui-api/src/Api.tsx#L92
So expose once initialised and we are on dev chain (we should be able to use this https://github.com/polkadot-js/apps/blob/master/packages/ui-api/src/util/isTestChain.ts - looking at it now, now 100% on the
dev|locmatch, explicit vialocalanddevelopmentis probably better. I know why it is short, dev chains originally retuneddevinstead ofdevelopment)
Metadata
Metadata
Assignees
Labels
No labels