Skip to main content

Songbird network FTSO contract factory library

Project description

Songbird FTSO Contract Factory

A small library to quickly instantiate Flare Time Series Oracle (FTSO) contracts on the Songbird network.

Installation

pip install sgb-ftso-contracts

Get Started

How to get prices of crypto assets tracked by the Songbird network:

from sgb_ftso_contracts import Ftso
from web3 import Web3

# Songbird network RPC endpoint
# This is a free, rate-limited API node.
rpcurl = "https://songbird-api.flare.network/ext/bc/C/rpc"

# Init web3 with REST HTTP provider.
web3 = Web3(Web3.HTTPProvider(rpcurl))

# Create an FTSO contract instance with factory library.
btcFtso = Ftso("BTC").contract(web3)

# Fetch the latest price for Bitcoin from the FTSO.
btcDecimals = btcFtso.functions.ASSET_PRICE_USD_DECIMALS().call()
btcPriceData = btcFtso.functions.getCurrentPrice().call()

# Prices are recorded as integers. Convert to decimal format.
print(btcPriceData[0] / pow(10, btcDecimals))

More

Documentation

Documentation can be found here.

Source code

The source code for the FTSO smart contract system, for the Songbird network can be found here.

White paper

More information about the Flare Network, concepts, etc. can be found here.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sgb-ftso-contracts-0.1.5.tar.gz (3.9 kB view details)

Uploaded Source

File details

Details for the file sgb-ftso-contracts-0.1.5.tar.gz.

File metadata

  • Download URL: sgb-ftso-contracts-0.1.5.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.6

File hashes

Hashes for sgb-ftso-contracts-0.1.5.tar.gz
Algorithm Hash digest
SHA256 1372dfb1d4565a202dd8f7c80c4044bfb893da2b9929efdc5808111eaad506ec
MD5 c72fec94582d8dc9ef444178d9dafcce
BLAKE2b-256 bde6d311259ed49d01825564442116a7875031e9e815258ed21fa91c88b3aea5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page