Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 835 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 835 Bytes

FTSO Fast Updates

This repo contains all the client side code associated with the new FTSO Fast Updates protocol. The Fast Updates smart contracts are pulled in from flare-foundation/flare-smart-contracts-v2.

go-client

The go-client is a FTSO Fast Updates client implementation in Golang. It is responsible for generating the sortition proof and submitting the updates to the Flare blockchain.

The full README can be found at go-client/README.md

py-visualizer

The py-visualizer is a FTSO Fast Updates Visualizer implemented in Python. It is used to provide a real-time visualization of the time-series feeds generated by the Fast Updates client.

The full README can be found at py-visualizer/README.md