Sign inSign up

nzblabs/dynamic-testing

By nzblabs

Updated over 8 years ago

Basic environment for dynamic testing

Image
1

988

nzblabs/dynamic-testing repository overview

Dynamic testing environment, including:

  • babel,
  • ganache,
  • truffle, ... and all other stuff that is required for Solidity smart contracts dynamic testing.
  1. go to your project folder with smart contracts
  2. docker run --rm -it -v $(pwd)/contracts:/audit/contracts -v $(pwd)/test:/audit/test nzblabs/dynamic-testing - it will copy /contracts and /test folders to the docker container’s volume and take you to the exciting journey on the container content.
  3. npm run test or npm run coverage
  4. There are VI and nano installed, so, feel free to change something, help yourself, its all yours.
  5. Container will be removed automatically after you quit it by pressing CTRL-D

Enjoy :-)

https://github.com/BlockchainLabsNZ/audit-env

https://github.com/BlockchainLabsNZ/audit-env All bugs/comments please send to [email protected]

Tag summary

Content type

Image

Digest

Size

338.5 MB

Last updated

over 8 years ago

docker pull nzblabs/dynamic-testing