This project is a Stellar testnet token faucet, designed to distribute test tokens for Trustless Work's escrow functionality.
A new token called TRUST has been created on the Stellar testnet, along with new accounts for issuing and distributing the token.
Additionally, the repository includes scripts that allow generating other accounts or test tokens if needed.
- Faucet Application: A Next.js-based interface that allows users to request tokens.
- Error Handling: Validates wallet addresses before distributing tokens.
- Documentation: Includes detailed documentation on Token Details and How to Use.
- Stellar Testnet Token Scripts: Script for deploying a testnet token with predefined parameters.
- Account Generation Scripts: Scripts to create and configure issuer and distribution accounts, including funding and key management.
Before setting up, ensure you have the following installed:
- Node.js (v14 or higher)
- Git- Clone the repository:
git clone https://github.com/your-username/trustless-work-faucet.git cd trustless-work-faucet - Install dependencies:
npm install
Start the Next.js application:
npm run devThis launches the local faucet interface.
This project includes additional scripts to generate issuer and distribution accounts, as well as to create tokens. These scripts allow users to set up new accounts and tokens as needed.
For more details on how to use these scripts, please refer to the Scripts README.
You can use the following tools to monitor transactions:
This project is licensed under the MIT License.