Skip to content

topos-protocol/faucet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo Logo

Topos Faucet is the web app to request TOPOS to participate in the Topos Testnet 🚀.


docker-build test release codecov

Getting Started

Install NodeJS by following the guidelines from the official NodeJS website.

Install Dependencies

To installation npm dependencies, run the following command:

npm install

Build

To build the Frontend static files, run the following command:

npm run build

Run the Application

To start an instance of the application, run the following command:

npm run preview

Run the e2e tests

To run the e2e tests with Cypress against a local build, run the following command:

npm run test:e2e

Development

Contributions are very welcomed, the guidelines are outlined in CONTRIBUTING.md.

Support

Feel free to open an issue if you have any feature request or bug report.
If you have any questions, do not hesitate to reach us on Discord!

Resources

License

This project is released under the terms of the MIT license.