Ohmydai contracts are now available as an Ethereum package

Willian Mitsuda
ohmydai
Published in
1 min readDec 25, 2019
Our smart contracts are cute (“Two Cats in a Box” by SykoSam is licensed under CC BY-SA 2.0)

Thanks to the OpenZeppelin SDK, the ohmydai smart contracts are now published in npm as an Ethereum package under the ohmydai organization.

For more information about OpenZeppelin SDK Ethereum packages see this article.

But what does it mean? It means you can reuse our pre-deployed logic contracts by just creating a thin, cheap proxy around them using the OpenZeppelin CLI, or extend our source code by importing them into your project.

All you need to do is add the dependency in your OpenZeppelin project:

npm i @ohmydai/contracts

We believe the DeFi ecosystem needs less copy/paste and more code reuse between the existing projects, and the OpenZeppelin SDK currently offers a good solution for making your code extendable/composable.

So thank you, OpenZeppelin guys! We are doing our part by publishing every package version from now on to npm.

--

--