• Stars
    star
    106
  • Rank 325,871 (Top 7 %)
  • Language
    TypeScript
  • License
    Apache License 2.0
  • Created over 4 years ago
  • Updated 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🦑 Ocean Protocol JavaScript library to privately & securely publish, exchange, and consume data.

banner

ocean.js

JavaScript library to privately & securely publish, exchange, and consume data.

npm Build Status Maintainability Test Coverage code style: prettier js oceanprotocol

With ocean.js, you can:

  • Publish data services: downloadable files or compute-to-data. Create an ERC721 data NFT for each service, and ERC20 datatoken for access (1.0 datatokens to access).
  • Sell datatokens for a fixed price. Sell data NFTs.
  • Transfer data NFTs & datatokens to another owner, and all other ERC721 & ERC20 actions using web3.js etc.

ocean.js is part of the Ocean Protocol toolset.

This is in alpha state. If you run into problems, please open up a new issue.

📚 Prerequisites

🏗 Installation & Usage

npm install @oceanprotocol/lib

🦑 Development

The project is authored with TypeScript and compiled with tsc.

To start compiler in watch mode:

npm install
npm start

✨ Code Style

For linting and auto-formatting you can use from the root of the project:

# lint all js with eslint
npm run lint

# auto format all js & css with prettier, taking all configs into account
npm run format

👩‍🔬 Testing

Test suite for unit & integration tests is setup with Mocha as test runner, and nyc for coverage reporting. A combined coverage report is sent to CodeClimate via the coverage GitHub Actions job.

Running all tests requires running Ocean Protocol components beforehand with Barge, which also runs a ganache-cli instance:

git clone https://github.com/oceanprotocol/barge
cd barge

./start_ocean.sh --with-provider2 --no-dashboard --with-c2d

You can then proceed to run in another terminal.

Let ocean.js know where to pickup the smart contract addresses, which has been written out by Barge in this location:

export ADDRESS_FILE="${HOME}/.ocean/ocean-contracts/artifacts/address.json"

Build metadata:

npm run build:metadata

Executing linting, type checking, unit, and integration tests with coverage reporting all in one go:

npm test

Unit Tests

You can execute the unit tests individually with:

npm run test:unit
# same thing, but with coverage reporting
npm run test:unit:cover

Integration Tests

You can execute the integration tests individually with:

npm run test:integration
# same thing, but with coverage reporting
npm run test:integration:cover

Note: On macOS, changes to the provider, metadataCache and subgraph URLs are required, as their default barge IPs can not be accessed due to network constraints on macOS. Instead use http://127.0.0.1 for each direct call to the mentioned services, but keep the internal provider URL (http://172.15.0.4:8030) hardcoded inside all DDO's serviceEndpoint, and when calling nft.setMetadata().

🛳 Production

To create a production build, run from the root of the project:

npm run build

⬆️ Releases

Releases are managed semi-automatically. They are always manually triggered from a developer's machine with release scripts.

Production

From a clean main branch you can run the release task bumping the version accordingly based on semantic versioning:

npm run release

The task does the following:

  • bumps the project version in package.json, package-lock.json
  • auto-generates and updates the CHANGELOG.md file from commit messages
  • creates a Git tag
  • commits and pushes everything
  • creates a GitHub release with commit messages as description
  • Git tag push will trigger a GitHub Action workflow to do a npm release

For the GitHub releases steps a GitHub personal access token, exported as GITHUB_TOKEN is required. Setup

Pre-Releases

For pre-releases, this is required for the first one like v0.18.0-next.0:

./node_modules/.bin/release-it major|minor|patch --preRelease=next

Further releases afterwards can be done with npm run release again and selecting the appropriate next version, in this case v0.18.0-next.1 and so on.

🏛 License

Copyright ((C)) 2023 Ocean Protocol Foundation

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

More Repositories

1

market

🧜‍♀️ THE Data Market
TypeScript
189
star
2

ocean.py

🦑 Ocean Protocol's Python library to privately & securely publish, exchange, and consume data.
Python
169
star
3

barge

🐳 Docker Compose files for the full Ocean Protocol stack
Shell
102
star
4

aquarius

🐋 Off-chain database store for data assets metadata.
Python
101
star
5

contracts

🐙 Smart contracts for Ocean Protocol
JavaScript
77
star
6

docs

🐬 Ocean Protocol documentation
JavaScript
61
star
7

react

🎣 React hooks & components on top of ocean.js
TypeScript
30
star
8

ocean-node

TypeScript
29
star
9

provider

REST API for provider of data services
Python
28
star
10

papers

🌊 Ocean Protocol whitepapers
28
star
11

pdr-backend

Instructions & code to run predictoors, traders, more.
Python
26
star
12

ocean-subgraph

🦀 Ocean Protocol Subgraph
TypeScript
19
star
13

tokengated-next-chatgpt

Web3 Tokengated Chatbot via OpenAI/Langchain/Hugging Face. Powered by Next, Vercel & Supabase.
TypeScript
17
star
14

art

🐬 Ocean Protocol's assets for community distribution
17
star
15

predict-eth

Predict ETH challenges
Python
15
star
16

oceandb-elasticsearch-driver

🐳 OceanDB ElasticSearch Driver (Python)
Python
9
star
17

eslint-config-oceanprotocol

💅 🦋 ESLint config for keeping JavaScript consistent across all of Ocean Protocol's projects
JavaScript
9
star
18

operator-engine

Python library allowing to interact with the Kubernetes infrastructure
Python
7
star
19

ipfs

👩🏽‍🚀 Ocean Protocol's public IPFS node & gateway.
TypeScript
7
star
20

jobs

Developer jobs
6
star
21

operator-service

Infrastructure Operator Micro-service
Python
5
star
22

ocean-cli

TypeScript
4
star
23

list-purgatory

😈 Lists tracking assets and accounts in Purgatory, which has consequences in the Ocean Market UI.
4
star
24

uploader_filecoin

Filecoin microservice for DBS
JavaScript
4
star
25

status

🐚 Overview and status checks of all Ocean Protocol RPC network connections.
TypeScript
4
star
26

pm

Zenhub needs each issue associated with one repo. This repo is a workaround, to mark issues that span >1 repos.
4
star
27

uploader_arweave

Arweave microservice for DBS
JavaScript
3
star
28

df-py

veOCEAN & Data Farming backend
Python
3
star
29

fetch

This repository combines Ocean Protocol’s decentralized data ecosystem with Fetch.ai's Autonomous Economic Agents (AEAs). This ensures secure data exchange, privacy preservation, and enables automated business intelligence generation.
Python
3
star
30

token-gating-template

TypeScript
3
star
31

Ocean-Autopilot

Fusing Web3 primitives with AI, Community and Speed to compete in the first ever autonomous racing league
Python
3
star
32

RBAC-Server

Ocean role-based access control server
TypeScript
2
star
33

vw-cli

CLI for VestingWallet
Python
2
star
34

community-numbers

🤖 Microservice to cache and expose community numbers. Beep boop.
JavaScript
2
star
35

marketplace-launchpad

Learn how to setup your own data marketplace with blockchain super powers!
JavaScript
2
star
36

dockerhub-proxy

🐙 Microservice API endpoint to validate Docker image URLs.
TypeScript
2
star
37

uploader_backend

Decentralized backend storage API
Python
2
star
38

algo_dockers

JavaScript
2
star
39

pybundlr

Simple py driver for bundlr
Python
2
star
40

pdr-websocket

TypeScript
1
star
41

predict-eth-data-sources

A rest api for getting data for predict-eth
Python
1
star
42

pod-publishing

Piece in charge of publishing the data generated by the computing pod
JavaScript
1
star
43

uploader.js

OCEAN Decentralized Backend Storage js Library
TypeScript
1
star
44

df-web

JavaScript
1
star
45

nodes-dashboard

TypeScript
1
star
46

plecos

Utility library to validate metadata
Python
1
star
47

pod-configuration

Piece in charge of preparing the execution of a computing pod
JavaScript
1
star
48

.github

Default community health files for all public repos not using their own default files
1
star
49

circulating-supply-api

JavaScript
1
star
50

uploader-ui-lib

TypeScript
1
star
51

crawler

Python
1
star
52

sapphire.py

Python wrapper for sending transactions in Oasis Sapphire network
Python
1
star
53

uploader-ui

Uploader UI
TypeScript
1
star
54

pdr-art

Ocean Predictoor logos etc
1
star
55

insights

TypeScript
1
star
56

pdr-web

TypeScript
1
star