Skip to content

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

0xheartcode Smart Contracts ABI

@0xheartcode

Smart Contract ABIs and deployment addresses for 0xheartcode protocol.

Installation

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

Alternative Installation Methods

# 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

Contracts

  • CounterABI

Deployment Addresses

Testnet

  • CounterCA: 0x1234567890123456789012345678901234567890

Recent Changes

Changes since v0.0.4-npm-abis-package-verbosity

🔄 Counter

  • Removed functions:
    • decrease()
    • decreaseTwice()

Usage

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


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