https://github.com/masdxi/prng-contract
Pseudo Radom Number Generator with Signed message
https://github.com/masdxi/prng-contract
Last synced: 18 days ago
JSON representation
Pseudo Radom Number Generator with Signed message
- Host: GitHub
- URL: https://github.com/masdxi/prng-contract
- Owner: MASDXI
- Created: 2022-02-25T09:25:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-03T09:35:44.000Z (about 4 years ago)
- Last Synced: 2025-03-04T01:44:38.683Z (about 1 year ago)
- Language: JavaScript
- Size: 183 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pseudo Radom Number Generator with Signed message
Simple way to do secure and cheap random number on smart contract
Set up project:
```bash
yarn install
```
Try running some of the following tasks:
```shell
yarn clean
yarn compile
yarn coverage
yarn benchmark
yarn test
```