🪐Persistence DApps Integration
Welcome to MapNode Extension Wallet Developer Guide. This documentation contains guides for developers to get started developing on MapNode Extension Wallet.
To detect MapNode Extension with Persistence Base Chain
To detect whether your browser is running MapNode Extension, please use:
Notice: MapNode Extension Testnet is under development and not available now.
To connect MapNode Extension Wallet
To connect MapNode Extension means to access the user's [blockchain - like Persistence] account(s).
Currently chains support: ['terra','persistence']
To disconnect MapNode Extension Wallet
To disconnect MapNode Extension, please use:
To experience functions
Once your account is connected, let's start experiencing more functions.
Get Current Account
return Promise<Array[String]>
If wallet can not be found, return
[]
instead ofthrow Error
Check wallet whether exists or not
return Promise<{data: Boolean}>
Execute contract function
return: Promise<Hash>
To handle events
List of events
Currently we only support some action event from wallet extension
Last updated