aboutsummaryrefslogblamecommitdiffstats
path: root/sol-tools.md
blob: 25052429a7a65d0f0c26f90423135a9baf951044 (plain) (tree)
1
           





















                                                                                              
# sol-tools

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

## Usage

```bash
# 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](https://github.com/dexon-foundation/sol-tools)