This project serves as frontend for beresheet faucet you can find the backend here, which can be used to obtain test EDG for development purposes, like deploying contracts.
- An account address on Edgeware
Currently, the app can be used on https://beresheet-faucet.vercel.app/ , but the domain is likely to change and shall be updated here.
Clone this repo git clone https://github.com/edgeware-builders/beresheet-faucet-frontend.git
You'll need the backend running along side with the frontend.
To successfully run the frontend:
Install dependencies using yarn
yarn
Run the app in the development mode
yarn start
Open http://localhost:3000 to view it in the browser.
To build the app for production:
yarn build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
The app is now ready to be deployed!
- TypeScript - Typed JavaScript at Any Scale.
- React - A JavaScript library for building user interfaces
- NeDB - A Lightweight JavaScript Database
Please submit pull requests to us using the format described while making a pull request.
- Furqan Ahmed - Contact
See also the list of contributors who participated in this project.