Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masdxi/prng-contract
Pseudo Radom Number Generator with Signed message
https://github.com/masdxi/prng-contract
Last synced: 9 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-03T09:35:44.000Z (almost 3 years ago)
- Last Synced: 2024-11-14T13:25:22.217Z (2 months ago)
- Language: JavaScript
- Size: 183 KB
- Stars: 2
- 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
```