web3js frontend for Solidity forgiveness app running on the Ethereum blockchain.
This is the develop branch which currently reflects the goerli
set up. However, we are working on making this the local dev branch.
- Clone the repo.
cd
into the root directory.- Run
npm install
to install the dependencies. - Checkout the branch you want to work on:
mainnet
ordevelop
which runs on Sepolia. cd
into thesrc
directory and runnpx http-server
to spin up the site locally athttp://127.0.0.1:8080/
.- The network branches are read-only. Create a new branch from develop to experiment with new frontends.