1.5.4 • Published 6 years ago

@tokenfoundry/state-machine v1.5.4

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

State Machine

npm version

In order to use, build and test the contracts found in this repo, Truffle version > 4 is needed.

Usage

First install as a npm package in your truffle project directory:

yarn add -E @tokenfoundry/state-machine

Import in your contracts:

import "@tokenfoundry/state-machine/contracts/StateMachine.sol";

contract MyContract is StateMachine {
  ...
}

Please read the docs and the examples for more information about how to use this.

Testing

To run the tests, clone this repo and run yarn install to install dependencies.

Run yarn test to run all the tests.

Run yarn coverage to run tests and get code coverage.

License

MIT

1.5.4

6 years ago

1.5.3

6 years ago

1.5.2

6 years ago

1.5.1

6 years ago

1.5.0

6 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

2.0.0

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago