Skip to content

socathie/custom-dark-forest-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

custom-dark-forest-ui

This project was bootstrapped with Create React App.

Preparation

This repo is a minimal UI to interact with contracts developed in custom-dark-forest. Before running this app, you must:

  1. Run npm i to install
  2. Run a local chain with npx hardhat node or ganache-cli.
  3. Deploy the contracts in custom-dark-forest with hardhat.
  4. Replace the address in src/address.json with the deployed Dark Forest contract address.
  5. Then run npm start in this directory.
  6. Import the private key(s) from your chain to MetaMask.