How to use Deeplink connect to MathWallet mobile app

1 Open URL You can use deeplink open MathWallet and then open an URL in the wallet in-app browser Sample URL below, change the value param as you need: mathwallet://mathwallet.org?action=link&value=http://dapp.mathwallet.xyz/polkadot/#/kusama 2 Open URL and get callback Sample URL below, change the dappUrl param as you need and the blockchain param as well: mathwallet://mathwallet.org?param={"action":"openUrl","protocol":"SimpleWallet","dappUrl":"https:\/\/gateway.eosdt.com\/","dappName":"MathWalletSDK-Demos","blockchain":"eosio","version":"1.0","callback":"mathwalletdemos:\/\/mathwalletsdk?action=openUrl","desc":"","dappIcon":""} Currently this […]

How to use WalletConnect on MathWallet mobile app

WalletConnect is an open protocol for connecting Wallets to Dapps Other than qrcode support, WalletConnect also works with mobile browsers We use mobile browser open the WalletConnect official demo page to do the test https://example.walletconnect.org Click 'Connect to WalletConnect' Select 'MathWallet' Then the demo page will open MathWallet App, and you need to click the […]

How to use SimpleWallet API on MathWallet mobile app

If your are building a native mobile blockchain app, you could open MathWallet to sign your transaction through SimpleWallet protocol. MathWallet SimpleWallet Protocol supports:1. Login account through the decentralize wallet2. Open MathWallet to sign a payment or smartcontract transaction3. Open MathWallet to sign a message (widely used in list a NFT for sell, etc)4. Open […]

Moonbeam DApp Development Guide

Create wallet https://blog.mathwallet.org/?p=2675 MathDappStore https://mathdapp.store/?blockchain=moonbasealpha Faucet https://discord.gg/PfpUATX Explorer https://moonbase-blockscout.testnet.moonbeam.network/address/0xf4E3A5A2d4F3322630Ac0799ABE45e0794Fe5ad9/transactions Remix http://remix.ethereum.org ERC20 Token Creation https://github.com/mathwallet/MathChain-Contracts/blob/main/Contracts/MAT20.sol Deploy contract Contract address https://moonbase-blockscout.testnet.moonbeam.network/address/0xd4c861aC711Ae0760C70fE673857E6217ea852cA/contracts

BSC DAPP Dev Tutorial(3)- How to create a BSC NFT Token

BSC DAPP Dev Tutorial Serie http://blog.mathwallet.org/?tag=BSCdapp Develop Environment Please check the BSC DAPP Dev Tutorial(1) http://blog.mathwallet.org/?p=2357 Compile Contract Open https://remix.ethereum.org Delete the default files, and create a new file: NFT.sol Copy the Token.sol code from below repo https://github.com/mathwallet/BSC-Contracts/blob/main/Contracts/NFT.sol You need to modify NFTToken code based on your needs For example, you want to create a […]

BSC DAPP Dev Tutorial(2)- How to create a BEP20 Token

BSC DAPP Dev Tutorial Serie http://blog.mathwallet.org/?tag=BSCdapp Develop Environment Please check the BSC DAPP Dev Tutorial(1) http://blog.mathwallet.org/?p=2357 Compile and Deploy Open https://remix.ethereum.org Delete the default files, and create a new file: Token.sol Copy the Token.sol code from below repo https://github.com/mathwallet/BSC-Contracts/blob/main/Contracts/BEP20.sol You need to modify BEP20Token code based on your needs, including name, symbol, decimals, totalSupply Compile: […]

BSC DAPP Dev Tutorial(1)- BSC Smart Contract Develop Environment

BSC DAPP Dev Tutorial Series http://blog.mathwallet.org/?tag=BSCdapp First, please install the MathWallet Chrome Extension https://mathwallet.org/ In [Settings]-[Networks], open: Binance Smart Chain – Testnet Click Switch Network and select 'Binance Smart Chain – Testnet' Click + button, create a new wallet address Copy the wallet address, and you can get test token in link below: https://testnet.binance.org/faucet-smart Check […]

How to launch your DApp on Math Wallet?

The Math Wallet is a multi-chain wallet that mainly supports DAPP ecosystem (currently supported: ETH, NEO, EOS, EOS, ONT, etc.), and the Math Wallet is also a wallet for community users. Our DAPP page is open to all community developers, and you are welcome to submit your DAPP to us. Content to be Checked Project Link […]