@mean-dao/mean-protocol
v1.1.0
Published
Typescript SDKs for the Mean Protocol
Downloads
16
Readme
Mean Protocol SDK
Typescript SDKs for the Mean Protocol
You can install the full Mean Protocol SDK, which will install all interoperable smart contracts (programs), or run specific commands for the individual program you want to leverage in your dapp, as shown below.
To install the SDK that has all the programs run:
npm i @mean-dao/mean-protocol
To install the SDK that only contains the Money Streaming client, run:
npm i @mean-dao/money-streaming
To install the SDK that only contains the Distributed DCA client, run:
npm i @mean-dao/ddca
To install the SDK that only contains the Hybrid Liquidity Aggregator client, run:
npm i @mean-dao/hybrid-liquidity-ag