Skip to content

maxrobot/solidity-rounder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solidity Rounder

Dummy repo for a contract that rounds up the input of numbers.

Run the Tests

First clone and enter the repository:

git clone https://github.com/maxrobot/solidity-rounder
cd /path/to/solidity-rounder

Next install the relevant dependencies:

npm install

To run the tests first in a new tab launch an instance of ganache-cli:

npm run testrpc

Finally deploy the contract and run the tests:

npm run test

About

Dummy repo for a contract that rounds up the input of numbers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors