Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Latest commit

 

History

History
26 lines (20 loc) · 452 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 452 Bytes

WorldToken

Install

# npm modules
npm i

# run tests
truffle test --network=rinkeby

# to test locally:
# 1. Run Ganache or Geth or whatever configured
# 2. Run truffle test suite:
truffle test --network=local
# or
truffle test --network=development

# deploy
truffle migrate --network=rinkeby

# clean build artifacts if cache gets in the way
truffle migrate --network=local --reset
# or
truffle migrate --network=development --reset