- Download this repo:
git clone https://github.com/coin-artist-project/christies-contracts
- Enter the directory:
cd ./christies-contracts
- Install the dependencies:
npm install
- Copy
.env.SAMPLE
into.env
and add your Alchemy API key (can get a free one at alchemyapi.io)
- Spin local development node:
npm run chain
- Spin fork node (mainnet data):
npm run fork
- Compile:
npm run compile
- Deploy (local):
npm run deploy
- Test:
npm run test