1.0.9 • Published 6 years ago

@molecule-protocol/contracts v1.0.9

Weekly downloads
2
License
ISC
Repository
-
Last release
6 years ago

Molecule Protocol Contracts

To use this package, import the specific contract as follows:

import { IMarket } from "@molecule-protocol/contracts";
console.log(IMarket.abi);

You'll then have access to the ABI, bytecode, etc.

Or alternatively import all:

import * as contracts from "@molecule-protocol/contracts";
console.log(contracts.IMarket);
1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago