Skip to content

terrorizer1980/math-bandchain-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 73.6%
  • HTML 17.4%
  • JavaScript 9.0%