aboutsummaryrefslogblamecommitdiffstats
path: root/dexon-ganache.md
blob: 9cdf92bc24987ea5dc158e93fc8b7b9882efa74f (plain) (tree)
1
               

















                                                                                                                            
# 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)