syntest-framework / syntest-solidity-benchmark

Provides a benchmarking environment for testing SynTest-Solidity

Home Page:https://www.syntest.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

syntest-solidity-benchmark

Provides a benchmarking environment for testing SynTest-Solidity

How to use

Since there is no npm package yet:

  • Create a folder

  • Clone the syntest-solidity-benchmark in the folder

    • git clone git@github.com:syntest-framework/syntest-solidity-benchmark.git
  • Install dependencies for syntest-solidity-benchmark

    • cd ./syntest-solidity-benchmark
    • npm install
  • [OPTIONAL] put the contract you want to test in the contracts folder

  • [OPTIONAL] configure .syntest.js to your liking

  • Now you can run the project

    • npm run standalone

Contributors

  • Dimitri Stallenberg
  • Mitchell Olsthoorn
  • Annibale Panichella

About

Provides a benchmarking environment for testing SynTest-Solidity

https://www.syntest.org

License:MIT License


Languages

Language:Solidity 99.8%Language:JavaScript 0.1%Language:Python 0.0%Language:Dockerfile 0.0%Language:Shell 0.0%