Check out the badges hosted by shields.io
A web app for sending testnet tokens for various supported network
This project is hosted on a heroku eco-dyno, when it is not being actively used it requires a bit extra start up time. This can be mitigated by upgrading to the next tier on heroku.
If you would like to host a version of it yourself, please follow these instructions:
to install both the client and server side dependencies:
npm i
start the server:
npm start
to concurrently start server and client react code w/ hotreload:
npm run develop
This deployed project currently uses a wallet address's secret key set in the .env. (this will be the address where the testnet tokens are from) If hosting a standalone instance, please ensure both Alchemy API key and secret key are availble in .env
To send testnet tokens using the Alchemy SDK requires the follow params:
You are also able to connect your browser extension wallets that utilizes the EIPS-6963 which helps avoid conflict and improves user experience.
Wallet Balance and History
- network
- address
Sending Transaction
- network
- receiving address
- gasLimit
- maxPriorityFeePerGas
- maxFeePerGas
- nonce from getTransactionCount
- value
Receipts
- network
- Transaction Hash
Mari Ma
For any questions, please reach out directly or by creating an issue.