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

JavaScript mock of DEXON blockchain, for developing and testing smart contracts without actually connecting to a blockchain.

## Usage

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

# run local Ganache
> dexon-ganache-cli
```

## Github

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

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