This project was bootstrapped with Create React App.
This repo is a minimal UI to interact with contracts developed in custom-dark-forest. Before running this app, you must:
- Run
npm i
to install - Run a local chain with
npx hardhat node
or ganache-cli. - Deploy the contracts in custom-dark-forest with hardhat.
- Replace the address in
src/address.json
with the deployed Dark Forest contract address. - Then run
npm start
in this directory. - Import the private key(s) from your chain to MetaMask.