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
- Host: GitHub
- URL: https://github.com/pyk/snarkos.js
- Owner: pyk
- Created: 2021-06-12T17:40:13.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-18T11:45:04.000Z (about 5 years ago)
- Last Synced: 2025-04-02T02:22:32.387Z (about 1 year ago)
- Topics: blockchain, snarkos
- Language: TypeScript
- Homepage:
- Size: 159 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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