@gluwa/asc-contracts-abi
v0.2.1
Published
Compiled ABI JSON for the ASC (Attestcoin Smart Contracts) write-ability contracts on the Gluwa Creditcoin Network.
Keywords
Readme
@gluwa/asc-contracts-abi
Compiled ABI JSON for the asc-contracts write-ability contracts, generated from the pinned solc build on every tagged release. This package ships no Solidity source and no bytecode — just the ABI, for consumers that only need to encode/decode calls or parse events (relayers, indexers, frontends).
const { Outbox } = require('@gluwa/asc-contracts-abi');
// or: import { Outbox } from '@gluwa/asc-contracts-abi';
const iface = new ethers.Interface(Outbox);Every exported contract's ABI is also available under abis['<ContractName>'] and as an
individual abi/<ContractName>.json file within the package.
For the Solidity source itself, see @gluwa/asc-contracts.
