From 78be8ecdd19f2b07030c6dcd12934739aeef888e Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Fri, 9 Aug 2019 16:14:50 +0200 Subject: [PATCH] update readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index df7ab03..562171b 100644 --- a/README.md +++ b/README.md @@ -2,20 +2,20 @@

react-tutorial

-> 🦄🦑 React + squid.js interacting in the most minimal way with Ocean Protocol. +> 🦄🦑 React + web3.js + squid.js interacting in the most minimal way with Ocean Protocol. -Screen Shot 2019-08-09 at 12 10 50 - ---- +This app implements the full Ocean flow of registering, searching, and consuming assets. It is meant to be used alongside the React tutorial series in our docs: - [**React Tutorial: React App Setup**](https://docs.oceanprotocol.com/tutorials/react-setup/) - [**React Tutorial: Publish a Data Set**](https://docs.oceanprotocol.com/tutorials/react-publish-data-set/) - [**React Tutorial: Get & Use a Data Set**](https://docs.oceanprotocol.com/tutorials/react-get-use-data-set/) ---- +Screen Shot 2019-08-09 at 12 10 50 ## 🦄 CodeSandbox +This repository is available on CodeSandbox as a playground. + [![Edit react-tutorial](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/oceanprotocol/react-tutorial/tree/master/?fontsize=14) ## 🦑 Get Started Locally