You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any implementation of VRF like what Chainlink brought to work in The Open Network?If there is no such contract working in mainnet can anybody help me implment my own VRF on-chain?
Its coordinator contract in testnet is kQAkRQPZL7siQjoc26FFXRGgb/r/ZzmdP4P+anwZfcwvkWkh, accepting messages from users according to the following TL-B:
Script calculating the random values and sending them to blockchain is private but it's not needed for validating that they are indeed unpredictable and deterministically based on challenge.
Is there any implementation of VRF like what Chainlink brought to work in The Open Network?If there is no such contract working in mainnet can anybody help me implment my own VRF on-chain?
Answer
I have created elliptic curve VRF for TON: https://github.com/ProgramCrafter/ecvrf-coordinator-contract.
Its coordinator contract in testnet is
kQAkRQPZL7siQjoc26FFXRGgb/r/ZzmdP4P+anwZfcwvkWkh
, accepting messages from users according to the following TL-B:Script calculating the random values and sending them to blockchain is private but it's not needed for validating that they are indeed unpredictable and deterministically based on challenge.
Original
The text was updated successfully, but these errors were encountered: