An open API service indexing awesome lists of open source software.

https://github.com/pyk/snarkos.js

WIP: snarkOS Javascript API
https://github.com/pyk/snarkos.js

blockchain snarkos

Last synced: 12 months ago
JSON representation

WIP: snarkOS Javascript API

Awesome Lists containing this project

README

          

# snarkOS.js (Work in Progress)

**snarkOS.js** is a [snarkOS](https://github.com/AleoHQ/snarkOS) JavaScript API
which connects to the
[snarkOS JSON-RPC](https://developer.aleo.org/autogen/testnet/rpc/concepts/rpc_server)
spec.

TODO:

- Add bundle using webpack in dist/snarkos.min.js

## Installation

### Node

```sh
npm i snarkos --save-exact
```

### Browser

TODO: add doc here

## Usage

### Node

```js

```

### TypeScript

### Documentation