0.0.3 • Published 2 years ago

@daohaus/contract-utilities v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

contract-utilities

This library was generated with Nx.

Usage

const molochV3 = MolochV3Contract.create({
  address: '0x0somedaoaddress',
  provider: new ethers.providers.JsonRpcProvider('someproviderurl'),
});

molochV3.sponsorProposal('1');

Running unit tests

Run nx test contract-utilities to execute the unit tests via Jest.