Skip to content

Commit

Permalink
Define multiple experimental namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienGllmt committed Jan 17, 2022
1 parent 4f9924a commit 823823e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CIP-0030/README.md
Expand Up @@ -249,7 +249,9 @@ As wallets should already have this ability, we allow dApps to request that a tr

## Experimental API

Functions in this section must be under the `experimental` namespace (ex: `api.experimental.myFunctionality`).
Multiple experimental namespaces are used:
- under `api` (ex: `api.experimental.myFunctionality`).
- under `cardano.{walletName}` (ex: `window.cardano.{walletName}.experimental.myFunctionality`)

The benefits of this are:
1. Wallets can add non-standardized features while still following the CIP30 structure
Expand Down

0 comments on commit 823823e

Please sign in to comment.