Installation

Add the SDK to your JavaScript application

Add the SDK as you would any other library:

yarn add @enzymefinance/protocol

Contract class instantiation will require Ethereum-specific classes from Ethers, so add that as well:

yarn add ethers

Last updated