blob: 25052429a7a65d0f0c26f90423135a9baf951044 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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)
|