https://github.com/oraichain/vrfjs
https://github.com/oraichain/vrfjs
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oraichain/vrfjs
- Owner: oraichain
- License: apache-2.0
- Created: 2022-10-21T19:23:27.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-09T06:45:34.000Z (over 1 year ago)
- Last Synced: 2025-01-11T01:47:16.319Z (12 months ago)
- Language: TypeScript
- Size: 874 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Build the library
```bash
# commonjs
wasm-pack build --target nodejs
# esm
wasm-pack build --target web
```