Skip to content

TheMetaVersus/metaversus-contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

MetaVersus Platform Smart Contracts

Project is set to Private until beta release

Development

Setup

Make sure these tools are installed

  • nodejs
  • npm

Build and Test

Install dependencies

cmd$> npm install

Run local network

cmd$> npx hardhat node

Compile contracts

cmd$> npx hardhat compile

Deploy contracts (default is local network hardhat)

cmd$> npx hardhat run scripts/deploy.js --network <your-network>

Run all javascript tests

cmd$> npx hardhat test

Run specified javascript test or specified network (default is local network hardhat)

cmd$> npx hardhat test <test-file-path> --network <your-network>

Run solhint

cmd$> npx solhint --formatter table 'contracts/**/*.sol'

About

MetaVersus EVM Smart Contracts Repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published