1.1.0 • Published 1 year ago

chronicle-testing-1 v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Getting started

import Chronicle from "chronicle-testing-1";
import { Web3 } from "web3";

const web3 = new Web3("https://sepolia.drpc.org	");
web3.registerPlugin(new Chronicle());

// usage
async function main() {
  console.log(await web3.chronicle.btcusd());
  console.log(await web3.chronicle.ethusd());
  console.log(await web3.chronicle.solusd());
}

main();
1.1.0

1 year ago

1.0.0

1 year ago