forgerunner-abis 0.0.5-npm-abis-package-verbosity
Install from the command line:
Learn more about npm packages
$ npm install @0xheartcode/forgerunner-abis@0.0.5-npm-abis-package-verbosity
Install via package.json:
"@0xheartcode/forgerunner-abis": "0.0.5-npm-abis-package-verbosity"
About this version
Smart Contract ABIs and deployment addresses for 0xheartcode protocol.
echo "@0xheartcode:registry=https://npm.pkg.github.com" >> .npmrc
echo "//npm.pkg.github.com/:_authToken={GITHUB_PAT_TOKEN}" >> .npmrc
npm install @0xheartcode/forgerunner-abis@npm-abis-package-verbosity
# Install specific version
npm install @0xheartcode/[email protected]
# Install latest main branch
npm install @0xheartcode/forgerunner-abis@latest
# Install latest of this branch
npm install @0xheartcode/forgerunner-abis@npm-abis-package-verbosity
CounterABI
-
CounterCA:
0x1234567890123456789012345678901234567890
Changes since v0.0.4-npm-abis-package-verbosity
-
Removed functions:
decrease()
decreaseTwice()
import {
CounterABI,
deployments
} from '@0xheartcode/forgerunner-abis';
// Example with ethers.js
const contract = new ethers.Contract(
deployments["Testnet"].CounterCA,
CounterABI,
provider
);
This package is automatically generated from the smart contract compilation artifacts.
Details
- forgerunner-abis
-
0xheartcode
- 2 months ago
- 1 dependencies
Assets
- forgerunner-abis-0.0.5-npm-abis-package-verbosity.tgz
Download activity
- Total downloads 0
- Last 30 days 0
- Last week 0
- Today 0