UNPKG

388 BMarkdownView Raw
1# Adacash V1
2
3
4In-depth documentation on Adacash V1 is available at [adacash.org](https://adacash.org/docs).
5
6The built contract artifacts can be browsed via [unpkg.com](https://unpkg.com/browse/@adacash/v1-core@latest/).
7
8# Local Development
9
10The following assumes the use of `node@>=10`.
11
12## Install Dependencies
13
14`yarn`
15
16## Compile Contracts
17
18`yarn compile`
19
20## Run Tests
21
22`yarn test`