Skip to content

Commit

Permalink
Integration with tribute-contracts v2.0.4 (#4)
Browse files Browse the repository at this point in the history
* feat: managing-proposal submission works
* feat: submit vote works
* feat: vote-result works
* docs: updated compatible versions
  • Loading branch information
fforbeck committed Sep 6, 2021
1 parent 085c821 commit 2b74987
Show file tree
Hide file tree
Showing 6 changed files with 3,619 additions and 302 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,24 @@ From the root folder of the project:
ALCHEMY_KEY=...
```

### Compile
### Build

> npm run build

> npm run compile
### Run

> npm link
> trib --help
### Version Compatibility

| Contracts | UI | CLI | Snapshot
:----------:|:------------:|:--------:|:--------:|
v1.0.0 | v1.1.0 | v0.1.1 | v1.2.0
| CLI | Snapshot-JS | Contracts | Snapshot Hub |
|:--------:|:-----------:|:----------:|:------------:|
[v0.1.1](https://github.com/openlawteam/tribute-contracts-cli/releases/tag/v0.1.1) | [v1.2.0](https://github.com/openlawteam/snapshot-js-erc712/releases/tag/v1.2.0) | [v1.0.0](https://github.com/openlawteam/tribute-contracts/releases/tag/v1.0.0) | [v5.0.0-erc712](https://github.com/openlawteam/snapshot-hub/releases/tag/v5.0.0-erc712) |
[v0.2.0](https://github.com/openlawteam/tribute-contracts-cli/releases/tag/v0.2.0) | [v1.3.0](https://github.com/openlawteam/snapshot-js-erc712/releases/tag/v1.3.0) | [v2.0.4](https://github.com/openlawteam/tribute-contracts/releases/tag/v2.0.4) | [v5.0.1-erc712](https://github.com/openlawteam/snapshot-hub/releases/tag/v5.0.1-erc712) |


### Packages

- NPM: https://www.npmjs.com/package/tribute-contracts-cli

0 comments on commit 2b74987

Please sign in to comment.