For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Was this helpful?