Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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