Install Etherspot SDK

You can install the Etherspot SDK from NPM.

This is the v1 version of Etherspot. We highly recommend using Etherspot Prime instead of this SDK, as it is not actively being developed on anymore.

The Etherspot SDK can be installed via NPM or Yarn using the commands below:

npm i etherspot ethers@^5.0.8 reflect-metadata@^0.1.13 rxjs@^6.6.2
npm i 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:

Last updated