0xWeb
1. CLI Toolkit for EVM compatibale blockchains
2. Interacting with EVM Smart Contracts in Node.js done in seconds.
0xweb install 0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419 --name chainlink/oracle-eth --chain ethconst oracle = new ChainlinkOracleEth();
const price: bigint = await oracle.latestAnswer();Last updated


