1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

Merge pull request #251 from oceanprotocol/update-example-code-links

Update the page with links to example squid code
This commit is contained in:
Matthias Kretschmann 2019-05-16 12:39:36 +02:00 committed by GitHub
commit 58d90c9001
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,8 +14,9 @@ description: Examples of code using the Squid libraries.
- [The React App Tutorial](/tutorials/react-setup/) - [The React App Tutorial](/tutorials/react-setup/)
- [The Pleuston source code](https://github.com/oceanprotocol/pleuston) - [The Pleuston source code](https://github.com/oceanprotocol/pleuston)
- [The Commons Marketplace source code](https://github.com/oceanprotocol/commons) - [The Commons Marketplace source code](https://github.com/oceanprotocol/commons)
- [The src/examples/ directory of the squid-js repository](https://github.com/oceanprotocol/squid-js/tree/develop/src/examples) - The squid-js tests:
- [The squid-js tests](https://github.com/oceanprotocol/squid-js/tree/develop/test) - [Unit tests](https://github.com/oceanprotocol/squid-js/tree/develop/test)
- [Integration tests](https://github.com/oceanprotocol/squid-js/tree/develop/integration/ocean)
## squid-java Examples ## squid-java Examples