Skip to content

Faucet application built with React & Next.js that enable users to donate and withdraw funds from the smart contract. The purpose this application is to cover the basics of Ethereum, EVM and smart contracts.

Notifications You must be signed in to change notification settings

francislagares/crypto-faucet-app

Repository files navigation

Crypto-Faucet-App

GitHub Workflow Status

Built with

   

Tested with

   

Available Scripts

  • Clone the repo

    $ git clone https://github.com/francislagares/crypto-faucet-app.git
  • Install the dependencies by running the following command.

    yarn install
  • Start the development server:

    yarn start
  • Start the test suites:

    yarn test

    Open http://localhost:3000 with your browser to see the result.

Docker

  • Building an image

    $ docker-compose build
  • Running a container

    $ docker-compose up

    Open http://localhost:3000 with your browser to see the result.

  • Stopping a container

    $ docker-compose down

Author

Created by @francislagares - feel free to contact me! *

About

Faucet application built with React & Next.js that enable users to donate and withdraw funds from the smart contract. The purpose this application is to cover the basics of Ethereum, EVM and smart contracts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published