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: 18 days ago
JSON representation

Pseudo Radom Number Generator with Signed message

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
```