The address of ETH and BSC are the same, and the private keys are the same, but those assets are in two different chains. If the BSC assets are withdrawn to ETH (or from ETH to BSC), you can retrieve them by the following steps. The following steps demonstrate how to retrieve ETH assets after […]
Tag Archives: BSC
How does ScanDrop work in MathWallet?
1. Select Binance Smart Chain, and create/import a BSC wallet 2. Click the Scan button, and scan the QRcode on Binance Week video
4 MathWallet BSC features you must know!
There are growing number of Dapps on Binance Smart Chain. Here we wish to introduce four amazing features developed by MathWallet, which provides a comprehensive user experience upgrade in BSC wallet. Features 1 – Create and restore wallets via Google Account This feature supports the decentralized wallet creation and import via Google or WeChat. Check the […]
Binance Smart Chain cross-chain transfer video guide
Binance Smart Chain cross-chain transfer guide
Cross-chain function is launched by MathWallet, it allows users to exchange assets over different chains through this module. Download MathWallet: https://mathwallet.org (iOS users please download the Testflight version) Ethereum → Binance Smart Chain Switch to ETH wallet,click crosschain Entering into crosschain page, choose the assets for transfer, currently it supports ETH/USDT/MATH/UNI/USDC/SUSHI/LINK/DAI Here we take USDT as […]
How to participate in BETH liquidity farming?
‘BETH’ is an anchor token of ETH2.0 issued by Binance on BSC for those users who’d like to participate in being ETH 2.0 Block Producer. The staking period is about 18 months. $BETH is the only token that can redeem $ETH in a rate 1:1 after ETH 2.0 is upgraded. First, Stake ETH on Binance.com […]
How to participate JUV/ PSG mining pool?
Download MathWallet first:https://www.mathwallet.org Note:iOS user please download TestFlight version (How to install MathWallet iOS TestFlight version?) Switch to Binance Smart Chain wallet ,enter DApp store– Pancake –Pool,click Approve Cake Click “+” ,put deposit amount,then click Confirm After completion on the chain, staking details can be viewed in the interface.
MATH_BEP20 Swap Operation Guide
MATH is listed on Binance Smart Chain,user can swap BEP20 Token in MathWallet cloud wallet. Enter in Cloud Wallet – Trade Choose MATH – MATH _ BEP20 trading pair,then start swap at ratio of 1 :1 Click confirm to complete the swap then click to view the order To exchange from MATH_BEP20 to MATH, simply […]
How to cancel account allowance approval in Binance Smart Chain?
Download MathWallet first:https://www.mathwallet.org Note:iOS user please download TestFlight version (How to install MathWallet iOS TestFlight version?) What is allowance approval? To simplify the smart contract, most DeFi dapp will initial BEP20 token allowance approval so that the smart contract can transfer the BEP20 token without approval every time. What is the risk of allowance approval? Because most of the […]
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 […]