terrorizer1980 / math-hbtc-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

For Math Wallet DAPP Developer

Using Math Wallet HBTC Chain JS API

// config network
var network = {
    blockchain: "hbtc",
    chainId: "hbtc-testnet"
};

// 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


Languages

Language:Vue 68.2%Language:JavaScript 24.5%Language:HTML 7.3%