Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 973 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 973 Bytes

Basic Solidity hacks

Dependencies

  • truffle v5.1.55

Resources

Testing

Compile contract:

truffle compile

Before deploy it, you should run in a console:

ganache-cli

You must check out the compiler version for some contracts at truffle-config.js. You could test all files at once:

truffle test

Or test file by file:

truffle test ./test/file_name.test.js