@@ -22,11 +22,11 @@ This repository contains the following examples:
2222
2323### FTSOv2
2424
25- | Description | JavaScript | Python | Rust | Go |
26- | -------------------------------- | :-----------------------------------------------------------------: | :--------------------------------------------------------: | :--------------------------------------------------------------: | :----------------------------------------------------: |
27- | Get Feed ID | [ ✅] ( developer-hub-javascript/get_feed_id.js ) | [ ✅] ( developer-hub-python/get_feed_id.py ) | [ ✅] ( developer-hub-rust/src/bin/get_feed_id.rs ) | [ ✅] ( developer-hub-go/get_feed_id.go ) |
28- | Query FTSOv2 configuration | [ ✅] ( developer-hub-javascript/ftsov2_config_coston2_web3.js ) | [ ✅] ( developer-hub-python/ftsov2_config_coston2.py ) | [ ✅] ( developer-hub-rust/src/bin/ftsov2_config_coston2.rs ) | [ ✅] ( developer-hub-go/ftsov2_config_coston2.go ) |
29- | Consume FTSOv2 feeds | [ ✅] ( developer-hub-javascript/ftsov2_consumer_coston2_web3.js ) | [ ✅] ( developer-hub-python/ftsov2_consumer_coston2.py ) | [ ✅] ( developer-hub-rust/src/bin/ftsov2_consumer_coston2.rs ) | [ ✅] ( developer-hub-go/ftsov2_consumer_coston2.go ) |
30- | Make FTSOv2 volatility incentive | [ ✅] ( developer-hub-javascript/volatility_incentive_coston2_web3.js ) | [ ✅] ( developer-hub-python/volatility_incentive_coston2.py ) | [ ✅] ( developer-hub-rust/src/bin/volatility_incentive_coston2.rs ) | [ ✅] ( developer-hub-go/coston2/volatility_incentive.go ) |
31- | Fetch anchor feeds | [ ✅] ( developer-hub-javascript/fetch_anchor_feeds.js ) | [ ✅] ( developer-hub-python/fetch_anchor_feeds.py ) | ❌ | ❌ |
32- | Fetch and verify anchor onchain | [ ✅] ( developer-hub-javascript/fetch_and_verify_anchor_onchain.js ) | ❌ | ❌ | ❌ |
25+ | Description | JavaScript | Python | Rust | Go |
26+ | -------------------------------- | :-----------------------------------------------------------------: | :----------------------------------------------------------- : | :----------------------------------------------------------------- : | :--------- ----------------------------------------------------: |
27+ | Get Feed ID | [ ✅] ( developer-hub-javascript/get_feed_id.js ) | [ ✅] ( developer-hub-python/get_feed_id.py ) | [ ✅] ( developer-hub-rust/src/bin/get_feed_id.rs ) | [ ✅] ( developer-hub-go/get_feed_id.go ) |
28+ | Query FTSOv2 configuration | [ ✅] ( developer-hub-javascript/ftsov2_config_coston2_web3.js ) | [ ✅] ( developer-hub-python/ftsov2_config_coston2.py ) | [ ✅] ( developer-hub-rust/src/bin/ftsov2_config_coston2.rs ) | [ ✅] ( developer-hub-go/ftsov2_config_coston2.go ) |
29+ | Consume FTSOv2 feeds | [ ✅] ( developer-hub-javascript/ftsov2_consumer_coston2_web3.js ) | [ ✅] ( developer-hub-python/ftsov2_consumer_coston2.py ) | [ ✅] ( developer-hub-rust/src/bin/ftsov2_consumer_coston2.rs ) | [ ✅] ( developer-hub-go/ftsov2_consumer_coston2.go ) |
30+ | Make FTSOv2 volatility incentive | [ ✅] ( developer-hub-javascript/volatility_incentive_coston2_web3.js ) | [ ✅] ( developer-hub-python/volatility_incentive_coston2.py ) | [ ✅] ( developer-hub-rust/src/bin/volatility_incentive_coston2.rs ) | [ ✅] ( developer-hub-go/coston2/volatility_incentive.go ) |
31+ | Fetch anchor feeds | [ ✅] ( developer-hub-javascript/fetch_anchor_feeds.js ) | [ ✅] ( developer-hub-python/fetch_anchor_feeds.py ) | [ ✅ ] ( developer-hub-rust/src/bin/fetch_anchor_feeds.rs ) | [ ✅ ] ( developer-hub-go/flare/fetch_anchor_feeds.go ) |
32+ | Fetch and verify anchor onchain | [ ✅] ( developer-hub-javascript/fetch_and_verify_anchor_onchain.js ) | [ ✅ ] ( developer-hub-python/fetch_and_verify_anchor_onchain.py ) | [ ✅ ] ( developer-hub-rust/src/bin/fetch_and_verify_anchor_onchain.rs ) | [ ✅ ] ( developer-hub-go/flare/fetch_and_verify_anchor_onchain.go ) |
0 commit comments