0.5.1 • Published 5 years ago

@oceanprotocol/dori v0.5.1

Weekly downloads
18
License
Apache-2.0
Repository
github
Last release
5 years ago

banner

dori

🐟Oh look, a Blockchain! Dori, the Zeppelin OS infused contract management framework. oceanprotocol.com

TravisCI

|Build Status


🐲🦑 THERE BE DRAGONS AND SQUIDS. This is in alpha state and you can expect running into problems. If you run into them, please open up a new issue. 🦑🐲


Table of Contents


Get Started

npm i @oceanprotocol/dori

Usage

To deploy the contract MyContract do the following:

const {
    deployContracts
} = require('@oceanprotocol/dori')

await deployContracts({
    // coming from truffle
    web3,
    // coming from truffle
    artifacts,
    evaluateContracts: () => {
        // decide which contracts to deploy here
    },
    initializeContracts: () => {
        // call the initializer here
    },
    setupContracts: () => {
        // call the in initialize contracts here to set them up
    },
    contracts: [
        'MyContract'
    ],
    forceWalletCreation: true,
    deeperClean: true,
    testnet: false,
    verbose: true
})

Testing

Run tests with npm run test.

Contributing

See the page titled "Ways to Contribute" in the Ocean Protocol documentation.

License

Copyright 2019 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.
0.5.1

5 years ago

0.5.0

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago