Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env sh

npx lint-staged
npm run doc
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## vNEXT
- Generate Solidity documentation. (#111)
- Migrate unit test files to Typescript & Hardhat:
- IexecPoco2
- contribute (#108, #109, #110)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ This repository contains the smart contract implementation of iExec's PoCo proto

## Documentation

- [Solidity API documentation](./docs/solidity/index.md)
- [Full PoCo documentation](https://protocol.docs.iex.ec/key-concepts/proof-of-contribution)

# How to?
Expand Down
Loading