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 ito install - Run a local chain with
npx hardhat nodeor ganache-cli. - Deploy the contracts in custom-dark-forest with hardhat.
- Replace the address in
src/address.jsonwith the deployed Dark Forest contract address. - Then run
npm startin this directory. - Import the private key(s) from your chain to MetaMask.