Skip to content

hicetnunc2000/random-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

random-bridge

random-bridge is an external adapter which brides Chainlink VRF into Tezos Smart Contracts. v0.1.0 distribute randomness as in an input flux. other fluxes are being designed.

it was built using serverless framework, client libraries such as web3.js and conseil.js, cloud providers as infura and nautilus cloud.

kovan vrf sample 0xa267a7bc091af818fff5c792a8f23766af21946d
carthagenet vrf sample KT1NH3FkrYZhM93BJtSSLfYwPKcqpiyjgVmE

.env

# eth env kovan

VRF_SOL_ADDRESS=
DRAND_SOL_ADDRESS=
ETHEREUM_PRIVATE_KEY=
INFURA_NODE=

# tezos env carthagenet

TEZOS_NODE=
CONSEIL_SERVER=
API_KEY=
KT_ADDRESS=
NETWORK=
SECRET_KEY=

LAMBDA=true
MIT License