Use SDK

It is often used to create decentralized applications (dapps), wallets (such as MetaMaskarrow-up-right and Tallyarrow-up-right) and other tools and simple scripts that require reading and writing to the blockchain.

You can use any SDK supported by Ethereum, such as web3.js arrow-up-rightor ethers.jsarrow-up-right

Web3.jsarrow-up-right is a TypeScript implementation of the Ethereum JSON RPC APIarrow-up-right and related tooling maintained by ChainSafe Systemsarrow-up-right.

The ethers.jsarrow-up-right library aims to be a complete and compact library for interacting with the Ethereum Blockchain and its ecosystem.

Last updated