This project is a decentralized application (DApp) built on the Stellar blockchain, enabling users to perform micro-transactions, manage their Stellar accounts, and send payments using the Stellar Testnet.
- Create Stellar Wallets: Generate new Stellar accounts and activate them using the Testnet Friendbot.
- Check Account Balance: View the balance and assets associated with a Stellar account.
- Send Payments: Transfer XLM or other Stellar-based assets between accounts.
- Stellar Testnet Integration: The application works with Stellar's Testnet, making it ideal for development and testing purposes.
- Stellar SDK: For interacting with the Stellar blockchain.
- Express.js: Backend framework to handle API requests.
- Axios: For making HTTP requests to external services (e.g., Friendbot).
- Node.js: Backend server.
- CORS and JSON Parsing Middleware: To manage cross-origin requests and JSON data.
-
Clone the repository.
-
Install dependencies using:
npm install