Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 533 Bytes

sol-tools.md

File metadata and controls

23 lines (17 loc) · 533 Bytes

sol-tools

Toolkit for compiling, testing and profiling smart contracts. Originally developed by 0x team.

Usage

# Install from npm
> npm install @dexon-foundation/sol-compiler -g
> npm install @dexon-foundation/sol-coverage -g
> npm install @dexon-foundation/sol-profiler -g
> npm install @dexon-foundation/sol-trace -g

# run command-line tools
> dsol-compiler
> dsol-coverage
> dsol-profiler
> dsol-trace

Github

https://github.com/dexon-foundation/sol-tools