UNPKG

879 BMarkdownView Raw
1# Infinity Core
2
3[![Actions Status](https://github.com/InfinityWallet/infinity-core/workflows/CI/badge.svg)](https://github.com/InfinityWallet/infinity-core/actions)
4[![Version](https://img.shields.io/npm/v/@infinitywallet/infinity-core)](https://www.npmjs.com/package/@infinitywallet/infinity-core)
5
6
7You can find some documentation here at [InfinityProtocol Github Readme](https://github.com/InfinityWallet/InfinityProtocol) and there will be more in-depth documentation and api documentation coming soon to [infinitycrypto.com](https://infinitycrypto.com).
8
9
10The built contract artifacts can be browsed via [unpkg.com](https://unpkg.com/browse/@infinitywallet/infinity-core@latest/).
11
12# Local Development
13
14The following assumes the use of `node@>=10`.
15
16## Install Dependencies
17
18`yarn`
19
20## Compile Contracts
21
22`yarn compile`
23
24## Run Tests
25
26`yarn test`