
Security News
Scaling Socket from Zero to 10,000+ Organizations
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.
@oceanprotocol/dori
Advanced tools
đOh look, a Blockchain! Dori, the Zeppelin OS infused contract management framework. oceanprotocol.com
| TravisCI |
|---|
đ˛đŚ 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. đŚđ˛
npm i @oceanprotocol/dori
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
})
Run tests with npm run test.
See the page titled "Ways to Contribute" in the Ocean Protocol documentation.
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.
FAQs
Dori, the Zeppelin OS infused contract management framework.
We found that @oceanprotocol/dori demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.

Research
Socket Threat Research maps a rare inside look at OtterCookieâs npm-Vercel-GitHub chain, adding 197 malicious packages and evidence of North Korean operators.

Research
Socket researchers identified a malicious Chrome extension that manipulates Raydium swaps to inject an undisclosed SOL transfer, quietly routing fees to an attacker wallet.