Technology Regulated and Operated Investment Funds


Keywords
Defi, Ethereum, Melon, Smart Contracts, Solidity, blockchain, enzyme, protocol
License
GPL-3.0
Install
npm install @melonproject/protocol@2.0.0-dev.683b5be6

Documentation

Enzyme Protocol

Build Status

Enzyme is an Ethereum-based protocol for decentralized on-chain asset management. It is a protocol for people or entities to manage their wealth & the wealth of others within a customizable and safe environment. Enzyme empowers anyone to set up, manage and invest in customized on-chain investment vehicles.

Install

Prerequisites

git clone [GIT_REPOSITORY_URL]
cd protocol
pnpm install

Compile contracts

pnpm compile

Test

First, create a .env file by copying .env.example. Input your Ethereum node endpoint info as-needed (generally, only setting ETHEREUM_NODE_MAINNET is fine).

Then, you can run tests. The full test suite can be run with:

pnpm test

Note that tests might fail on the first runs while building a cache for the fork block, due to timeout. Continue to run tests as-needed, which will build the cache.

Contribute

See our contributing instructions.

Please note that all repositories hosted under this organization follow our Code of Conduct, make sure to review and follow it.

Security Issues

If you find a vulnerability that may affect live or testnet deployments, please send your report privately to security@enzyme.finance. Please DO NOT file a public issue.