Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Getting Started: Installation

Bleaker edited this page Feb 22, 2022 · 5 revisions

Installation

For general use of the Synapse Protocol SDK, installation is easy.

If using npm: npm i @synapseprotocol/sdk@latest

If using yarn: yarn add @synapseprotocol/sdk@latest

Dependencies

@synapseprotocol/sdk pulls the following dependencies from npm:

  • ethers
  • @ethersproject/abi
  • @ethersproject/abstract-signer
  • @ethersproject/bignumber
  • @ethersproject/bytes
  • @ethersproject/constants
  • @ethersproject/contracts
  • @ethersproject/providers
  • @ethersproject/units
  • @ethersproject/wallet
  • dotenv
  • lodash
  • utility-types
Clone this wiki locally