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

Merge pull request #123 from oceanprotocol/feature/link-to-more-examples

Add links to more Squid code examples
This commit is contained in:
Troy McConaghy 2019-01-16 17:17:37 +01:00 committed by GitHub
commit 3d437aca38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,12 +11,12 @@ Coming soon!
The [Tutorials](/tutorials/introduction/) include many examples.
Examples of using the [🦑 squid-py](https://github.com/oceanprotocol/squid-js) Python library:
Examples of using the [🦑 squid-py](https://github.com/oceanprotocol/squid-js) Python library can be found in the [squid_py/examples/ directory of the squid-py repository](https://github.com/oceanprotocol/squid-py/tree/develop/squid_py/examples). More examples are in the repositories:
<repo name="mantaray"></repo>
<repo name="tuna"></repo>
Examples of using the [🦑 squid-js](https://github.com/oceanprotocol/squid-js) JavaScript library:
Examples of using the [🦑 squid-js](https://github.com/oceanprotocol/squid-js) JavaScript library can be found in the [src/examples/ directory of the squid-js repository](https://github.com/oceanprotocol/squid-js/tree/develop/src/examples). More examples are in the repositories:
<repo name="pleuston"></repo>
<repo name="tuna"></repo>