bsc/cmd/faucet/customized
2024-09-14 15:45:24 +08:00
..
demotoken.png faucet: add example for custimized token (#2698) 2024-09-12 15:48:11 +08:00
README.md faucet: update 2024-09-14 15:45:24 +08:00

1.Background

This is to support some projects with customized tokens that they want to integrate into the BSC faucet tool.

1.1. How to Integrate Your Token

  • Step 1: Submmit a Pull Request to bsc develop branch with relevant token information: symbol, amount, icon, addr. Append these information in Section 2: Token List
  • Step 2: Wait for approval, we will review the request, and once it is approved, the faucet tool will start to support the customized token and list it on https://www.bnbchain.org/en/testnet-faucet.
  • Step 3: Deposit your test token to designated address(0xaa25aa7a19f9c426e07dee59b12f944f4d9f1dd3) on the BSC testnet.

2.Token List

2.1.DemoToken