Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rymnc/drand-dia-aurora-testnet
Interact with the drand oracle on aurora
https://github.com/rymnc/drand-dia-aurora-testnet
Last synced: about 1 month ago
JSON representation
Interact with the drand oracle on aurora
- Host: GitHub
- URL: https://github.com/rymnc/drand-dia-aurora-testnet
- Owner: rymnc
- Created: 2022-07-28T20:01:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-28T20:51:35.000Z (over 2 years ago)
- Last Synced: 2024-04-23T05:27:14.378Z (7 months ago)
- Language: TypeScript
- Size: 316 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drand DIA oracle testing
## Usage
Please make sure you're using node >= 18.0.0
### To get randomness
1. `yarn getRandomness`
### To create your own randomness interface
1. Get some testnet eth from Aurora [here](https://aurora.dev/faucet)
2. `echo 'PRIVATE_KEY=' > .env`
3. `yarn deploy`
4. `yarn getRandomness`