This repository has been archived by the owner on Aug 26, 2024. It is now read-only.
euler-interfaces
/
1.0.1
euler-interfaces 1.0.1
Install from the command line:
Learn more about npm packages
$ npm install @euler-xyz/euler-interfaces@1.0.1
Install via package.json:
"@euler-xyz/euler-interfaces": "1.0.1"
About this version
-
contracts/IEuler.sol
- Solidity file containing all the interfaces needed for interacting with the core Euler protocol. -
abis/
- ABIs that can be used to interact with the contracts from off-chain programs. -
types
- Types for the ABIS to be imported into application
To use the interfaces as an NPM package you must add @euler-xyz:registry=https://npm.pkg.github.com
to your repos .npmrc
you will also need to authenticate to use github_npm
feed.