1.3.1 • Published 2 months ago

lightecho_stellar_oracle v1.3.1

Weekly downloads
-
License
https://github.co...
Repository
-
Last release
2 months ago

This is the JavaScript SDK for BP Ventures Lightecho Stellar Oracle.

This project requires Node.js v18.19.0

Example usage in Browser:

<script src="https://unpkg.com/lightecho_stellar_oracle@latest/dist/lightecho_stellar_oracle.min.js"></script>
<script>
    const client = OracleClient.newInstance(
      "testnet",
      "SAES4O3NXUE2CPIB7YH3O5ROAONADPZRXOEYFC4JPLNY6STOBM2RYLGH",
      {
        baseFee: 50000,
      }
    );
    client
      .prices_by_source(1, "USD", "", 2)
      .then((result) => console.log(result))
      .catch((err) => console.error(err));
</script>

Example usage in Node.js:

npm install --save lightecho_stellar_oracle
#TODO
1.3.1

2 months ago

1.3.0

2 months ago

1.2.0

3 months ago

1.1.1

4 months ago

1.1.0

4 months ago

1.0.0

4 months ago

0.21.0

5 months ago

0.25.0

5 months ago

0.24.0

5 months ago

0.23.0

5 months ago

0.22.0

5 months ago

0.20.0

5 months ago

0.19.0

5 months ago

0.15.0

6 months ago

0.16.0

6 months ago

0.17.0

5 months ago

0.18.0

5 months ago

0.14.0

6 months ago

0.13.0

6 months ago

0.12.0

6 months ago

0.11.0

6 months ago

0.10.0

6 months ago

0.9.0

6 months ago

0.8.0

6 months ago

0.7.0

6 months ago

0.6.0

7 months ago

0.5.0

7 months ago

0.4.0

7 months ago

0.3.0

7 months ago

0.2.0

7 months ago

0.1.0

7 months ago