1.3.1 • Published 1 year ago

lightecho_stellar_oracle v1.3.1

Weekly downloads
-
License
https://github.co...
Repository
-
Last release
1 year 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

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago

0.21.0

2 years ago

0.25.0

2 years ago

0.24.0

2 years ago

0.23.0

2 years ago

0.22.0

2 years ago

0.20.0

2 years ago

0.19.0

2 years ago

0.15.0

2 years ago

0.16.0

2 years ago

0.17.0

2 years ago

0.18.0

2 years ago

0.14.0

2 years ago

0.13.0

2 years ago

0.12.0

2 years ago

0.11.0

2 years ago

0.10.0

2 years ago

0.9.0

2 years ago

0.8.0

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago