Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xdevguild/esdt-faucet-dapp
MultiversX ESDT Faucet Dapp
https://github.com/xdevguild/esdt-faucet-dapp
dapp elrond faucet multiversx nextjs typescript
Last synced: 4 months ago
JSON representation
MultiversX ESDT Faucet Dapp
- Host: GitHub
- URL: https://github.com/xdevguild/esdt-faucet-dapp
- Owner: xdevguild
- License: mit
- Created: 2022-09-04T01:11:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-10T12:07:59.000Z (11 months ago)
- Last Synced: 2024-07-31T20:36:08.931Z (7 months ago)
- Topics: dapp, elrond, faucet, multiversx, nextjs, typescript
- Language: TypeScript
- Homepage: https://devnet-multiversx-esdt-faucet.netlify.app/
- Size: 1020 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-multiversx-dev-resources - ESDT Faucet Dapp - The ESDT tokens faucet app for the devnet/testnet (MultiversX community / Dapps Source Code)
README
### MultiversX devnet faucet (distribution) smart contract
- The frontent Dapp for the [MultiversX ESDT Faucet Smart Contract](https://github.com/xdevguild/esdt-faucet-sc).
- Based on the older version of [MultiversX Nextjs Dapp Template](https://github.com/xdevguild/nextjs-dapp-template).
- Live app on the devnet: [https://devnet-multiversx-esdt-faucet.netlify.app](https://devnet-multiversx-esdt-faucet.netlify.app/)
- Walkthrough video: [https://youtu.be/yBvtM2ZqJGk](https://youtu.be/yBvtM2ZqJGk)### Currently deployed example smart contract
Just an example, you can use this one or deploy yours.
- [erd1qqqqqqqqqqqqqpgqwd59aum8c7c72ces7cezsmhqd8rqrtwagtksp6jahr](https://devnet-explorer.multiversx.com/accounts/erd1qqqqqqqqqqqqqpgqwd59aum8c7c72ces7cezsmhqd8rqrtwagtksp6jahr)
### TODO
- better error handling
- better UX when it comes to auth providers
- testnet instance### Run locally
1. Rename the `.env.example` to `.env` (change env vars if you need)
2. `npm install`
3. `npm run dev`### Issues, ideas
Please report all bugs and ideas for improvements.
### You may also like
- [Elven Tools - NFT/SFT tools](https://github.com/ElvenTools)
- [Elven.js - lite browse only SDK](https://github.com/juliancwirko/elven.js)
- [useElven - custom React hooks](https://github.com/useElven)
- [Buildo Begins - CLI tools for interaction](https://github.com/xdevguild/buildo-begins)