Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 553 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 553 Bytes

Coin Artist Christies Contracts

Installing

  1. Download this repo: git clone https://github.com/coin-artist-project/christies-contracts
  2. Enter the directory: cd ./christies-contracts
  3. Install the dependencies: npm install

Set the config

  1. Copy .env.SAMPLE into .env and add your Alchemy API key (can get a free one at alchemyapi.io)

Commands

  • 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