@gluwa/usc-contracts-abi
v0.2.0
Published
Compiled ABI JSON for the USC (Universal Smart Contracts) write-ability contracts on the Gluwa Creditcoin Network.
Keywords
Readme
@gluwa/usc-contracts-abi
Compiled ABI JSON for the usc-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/usc-contracts-abi');
// or: import { Outbox } from '@gluwa/usc-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/usc-contracts.
