Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 655 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 655 Bytes

Ocean.js lib demo

A repository to play with Ocean.js

Setup

Clone contracts and ocean.js

git@github.com:oceanprotocol/contracts.git ..
git checkout v4main
git@github.com:oceanprotocol/ocean.js.git ..
git checkout v4

Setup this repo

  1. Clone
    git@github.com:akshay-ap/Ocean.js-PlayGround.git
  2. Install dependencies
    npm i
  3. Create a .env file. See .sample.env and update
  4. Setup Ocean components locally: https://github.com/oceanprotocol/barge/tree/v4

Usage

node <filename>

Example

node createDataNFT.js