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
9 changes: 5 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ this repository.

You can also reach us on our [Discord server][].

We are currently very early in our journey towards publishing the
protocol as Open Source, and this is a big task which will take time,
so please bear with us. As we publish more components, collaboration
with the community will become progressively easier.
We are currently very early in our journey towards [publishing the
protocol as Open Source][OSS blog], and this is a big task which will
take time, so please bear with us. As we publish more components,
collaboration with the community will become progressively easier.

[issues]: https://github.com/ToucanProtocol/contracts/issues
[PRs]: https://help.github.com/articles/using-pull-requests/
[Discord server]: https://toucan.earth/discord
[OSS blog]: https://blog.toucan.earth/toucan-protocol-is-going-open-source-and-introducing-cedar/
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ To find out the technical details of Toucan Protocol, please see
# Roadmap to an Open Source protocol

In addition to what's published in this repository, we have many other
technical components which we intend to publish as part of a planned
initiative to incrementally Open Source the protocol, including the
following:
technical components which we intend to publish as part of [a planned
initiative to incrementally Open Source the protocol][OSS blog],
including the following:

- Test suite for the smart contracts
- Protocol deployment / maintenance scripts (hardhat tasks etc.)
Expand All @@ -50,6 +50,8 @@ subgraphs](https://thegraph.com/explorer/profile/0xbf2dfa6ca10f115861f23fd9733eb
We are currently working on preparing these in a form suitable for
publication. This is quite a big task, so it will happen gradually.

[OSS blog]: https://blog.toucan.earth/toucan-protocol-is-going-open-source-and-introducing-cedar/

# Technical details

## Installation
Expand Down