Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 457 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 457 Bytes

@daohaus/abis

Abis is a simple package providing quick access to all of the main moloch v3 contract abis.

This library was generated with Nx.

Getting Started

Install

yarn add @daohaus/abis

Get ABI Instances

import { LOCAL_ABI } from '@daohaus/abis';

const summonerContractAbi = LOCAL_ABI.BAAL_SUMMONER;

console.log(summonerContractAbi);

Building

Run nx build abis to build the library.