Skip to content

Frontend for a test net faucet made for Edgeware's Testnet - Beresheet Updated and Maintained

Notifications You must be signed in to change notification settings

SayanKar/beresheet-faucet-frontend

 
 

Repository files navigation

Edgeware Testnet Faucet - Beresheet

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.

Pre-requisites

  • An account address on Edgeware

Currently, the app can be used on https://faucet-beresheet.vercel.app/ , but the domain is likely to change and shall be updated here.

Getting Started

Clone this repo git clone https://github.com/edgeware-builders/beresheet-faucet-frontend.git

Prerequisites

You'll need the backend running along side with the frontend.

Installing

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!

Built With

  • TypeScript - Typed JavaScript at Any Scale.
  • React - A JavaScript library for building user interfaces
  • NeDB - A Lightweight JavaScript Database

Contributing

Please submit pull requests to us using the format described while making a pull request.

Authors and Maintainers

  • Sayan Kar
  • Raj Ranjan
  • Sameer Kumar Kushwaha
  • Nimish Agraval

Authors

  • Furqan Ahmed

See also the list of contributors who participated in this project.

Acknowledgments

About

Frontend for a test net faucet made for Edgeware's Testnet - Beresheet Updated and Maintained

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 59.6%
  • CSS 22.3%
  • HTML 11.0%
  • JavaScript 7.1%