/fweb3-contracts

Game contracts for fweb3.xyz

Primary LanguageTypeScript

Fweb3 Game Contracts

  • node 16
  • typescript 4
  • hardhat 2.9

Development

# install deps
yarn

# run tests
yarn test

# tests with coverage
yarn coverage

# deployment
# fill out env vars from example
yarn hh node
yarn deploy:<local|mumbai|polygon>