Skip to content

real-n3o/zNS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zNS v3

Running Tests

# Install Truffle and ganache-cli
npm install -g truffle ganache-cli

# Install OpenZeppelin 
npm install --save @openzeppelin/contracts
npm install --save @openzeppelin/contracts-upgradeable

# Install Web3
npm install --save web3

# Run ganache-cli locally on port 8545 and host "127.0.0.1" on the development network
ganache-cli --port 8545 --host 127.0.0.1 -d

# Compile contracts with Truffle
truffle compile

# Run Truffle tests
truffle test

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors