1.1.2 • Published 4 years ago

@dragonereum/contracts v1.1.2

Weekly downloads
-
License
WTFPL
Repository
github
Last release
4 years ago

How to use with Truffle

Installation

npm install @dragonereum/contracts

Usage example

import contract from 'truffle-contract';

import Getter from '@dragonereum/contracts/dist/Getter.json';
// or
import { Getter } from '@dragonereum/contracts';

const getter = contract(Getter);

getter.setProvider(window.ethereum);

How to run tests

npm run test
1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago