Etherspot
Search
K

Install Etherspot SDK

You can install the Etherspot SDK from NPM.
The Etherspot SDK can be installed via NPM or Yarn using the commands below:
NPM
YARN
npm i etherspot ethers@^5.0.8 reflect-metadata@^0.1.13 rxjs@^6.6.2
npm i ws # node.js only
yarn add etherspot ethers@^5.0.8 reflect-metadata@^0.1.13 rxjs@^6.6.2
yarn add ws # node.js only
Once you've completed the above, please head on over to the next section: Supported Ethereum Chains, where we show you how to create accounts across our supported Ethereum chains.
🚏
Here's some helpful links: