Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piotr-roslaniec/snap-rust-rng
https://github.com/piotr-roslaniec/snap-rust-rng
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/piotr-roslaniec/snap-rust-rng
- Owner: piotr-roslaniec
- License: apache-2.0
- Created: 2022-09-05T14:25:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-10T22:07:48.000Z (over 1 year ago)
- Last Synced: 2024-11-05T07:35:39.466Z (about 2 months ago)
- Language: TypeScript
- Size: 1.32 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.APACHE2
Awesome Lists containing this project
- awesome-metamask-snaps - piotr-roslaniec/snap-rust-rng - Using `wasm-pack`- generated WASM dependencies in snaps (Developer Resources / Examples)
README
# snap-rust-rng
This repo shows how to use Rust RNG in WASM-based snap projects. It provides a minimal example of the issue as well as a workaround.
## Problem description
See `rust-rng/README.md` for more details.
## Usage
First, follow instructions in `rust-rng/README.md`.
Then, run:
```bash
yarn build
yarn start
```For more info, see original `README.md` in `README.old.md`.