mathwallet / math-bandchain-js

Sample code for BandChain dApp API in MathWallet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

For Math Wallet DAPP Developer

Using Math Wallet BandChain JS API

// config network
var network = {
    blockchain: "bandchain",
    chainId: "band-wenchang-mainnet"
};

// login
mathExtension.getIdentity(network)

// logout
mathExtension.forgetIdentity()

// sign transaction
mathExtension.requestSignature(transaction)

For details, please find the sample in this repo.

Download Math Wallet 麦子钱包下载

http://mathwallet.org

If you would like to list your DAPP in Math Wallet, please follow the steps in http://blog.medishares.org/?p=398

如果您希望将您开发的DAPP加入麦子钱包,请查看 http://blog.medishares.org/?p=398

About

Sample code for BandChain dApp API in MathWallet


Languages

Language:Vue 73.6%Language:HTML 17.4%Language:JavaScript 9.0%