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

https://github.com/oraichain/vrfjs


https://github.com/oraichain/vrfjs

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

## Build the library

```bash
# commonjs
wasm-pack build --target nodejs
# esm
wasm-pack build --target web
```