以太坊 DAPP 开发文档
H5 DAPP 开发 (钱包内浏览器打开)
Web3 API
麦子钱包兼容 ETH 的 web3 API,并提供与 metamask 同样功能
Web3 API 官方文档
https://github.com/ethereum/wiki/wiki/JavaScript-API
Web3 API 开发示例
麦子钱包团队开发的 Web3 API 开发示例和测试方法
https://github.com/mathwallet/math-ethjs
Native DAPP 开发
SimpleWallet 协议
您可以通过麦子钱包定制版 SimpleWallet 协议进行:
Native APP 跳转麦子钱包支付或合约签名。
协议标准请查看:
https://github.com/mathwallet/SimpleWallet
SimpleWallet API 开发示例
麦子钱包团队开发了一套APP端调起麦子钱包进行支付的示例代码:
iOS – https://github.com/mathwallet/MathWalletSDK-iOS
Android – https://github.com/mathwallet/MathWalletSDK-Android
Demo - https://blog.mathwallet.org/?p=3372
使用 WalletConnect 协议
WalletConnect 允许网页应用通过 APP 扫码进行签名操作,具体开发文档如下