🐳 Ocean Protocol L1 - v3
Project description
Ocean Contracts
🐙 Smart contracts for Ocean Protocol v3. https://oceanprotocol.com
Overview:
Table of Contents
- 🏗 Installation
- 🏄 Quickstart
- 🛳 Network Deployments
- 🦑 Local Development
- ✨ Code Style
- 👩🔬 Testing
- ⬆️ Releases
- 🏛 License
🏗 Installation
For quick installation of the contract ABIs
:
yarn add @oceanprotocol/contracts
🏄 Quickstart
The ocean.js and ocean.py libraries wrap contracts
in JavaScript and Python respectively. They each have quickstart guides.
🛳 Network Deployments
You can use an existing deployment of Ocean contracts, deploy locally, or deploy to a remote network. Let's review each.
Use existing deployments
Ocean contracts are deployed to Rinkeby, Ethereum mainnet, and more. Here are details.
Deploy Locally (Ganache)
- In a separate terminal, start the testnet:
ganache-cli
- In your main terminal, run:
yarn deploy
- Confirm: are
"development"
entries updated in addresses file./ocean_abis/address.json
?
Deploy to Remote (e.g. Rinkeby)
- In your main terminal:
export MNEMONIC='YOUR MNEMONIC SHOULD BE HERE'
# If you are using remote test or Etherejm mainnet using Infura
export INFURA_TOKEN='GET INFURA_TOKEN FROM INFURA PLATFORM'
yarn deploy:rinkeby
- Confirm: are
"rinkeby"
entries updated in addresses file./ocean_abis/address.json
?
🦑 Local Development
For local development of contracts
, set up the development environment on your machine as follows.
As a prerequisite, you need:
- Node.js v12+
- yarn
Clone the project and install all dependencies:
git clone git@github.com:oceanprotocol/contracts.git
cd contracts/
# install packages
yarn
# to compile contracts
yarn compile
✨ Code Style
Linting is setup for JavaScript
with ESLint & Solidity with Ethlint.
# to check lint issues
yarn lint
👩🔬 Testing
In a separate console:
ganache-cli
In main console:
# for unit tests
yarn test:unit
# for test coverage
yarn test:cover
Code style is enforced through the CI test process. Builds will fail if there are linting errors.
⬆️ Releases
Submit contributions with this workflow.
Finally, do a release using this process.
🏛 License
Copyright 2021 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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for ocean_contracts-0.5.20-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43ad4636f8a22437c48a77fc2d35d1fc4d993ae8c6dc53cad68b613c93add220 |
|
MD5 | a8ca25a9911da2bde1e43f324c27434e |
|
BLAKE2b-256 | 294bbac0ad3cd61be6513825de76d6d59e15cf47827ce5cc464652ffafe085d2 |