thor-builtin
v2.0.2
Published
Addresses and ABIs of the built-in contracts deployed on the VeChain Thor blockchain.
Downloads
11
Readme
vechain-builtin
Addresses and ABIs of the built-in contracts deployed on the VeChain Thor blockchain.
Visit https://docs.vechain.org/thor/learn/builtin-contracts.html to learn about the built-in contracts.
Installation
npm i thor-builtin
Usage
To load the address and ABIs of the built-in Energy contract:
import { energyAddr, energyABI } from 'thor-builtin';