aboutsummaryrefslogtreecommitdiffstats
path: root/dexon-truffle.md
blob: bdaa5c57641f0415c08c3922bba01c75972b8eb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# dexon-truffle

Toolkit for developing Solidity smart contracts on DEXON, including compiler, contract deployer, test suite and a lot more.

## Usage

```bash
# Install from npm
> npm install @dexon-foundation/truffle -g

# run command-line tools
> dexon-truffle init|compile|migrate|test
```

## Github

[https://github.com/dexon-foundation/truffle](https://github.com/dexon-foundation/truffle)