JS SDK for Lido Finance projects.
- @lido-sdk/constants. Chain ids, Lido tokens
- @lido-sdk/contracts. Typed contracts for Lido tokens, ERC20 contract factory
- @lido-sdk/fetch. Ethereum data fetcher with fallbacks
- @lido-sdk/helpers
- @lido-sdk/providers. RPC provider getters with cache
- @lido-sdk/react. React hooks and providers. SSR ready
- @lido-sdk/web3-react. Wrapped web3-react provider
yarn && yarn postinstall
yarn build
yarn build
— Build all packagesyarn lint
— Run eslint across packagesyarn test
— Run tests across packagesyarn test:watch
— Run tests in watch modeyarn typechain
— Generate types