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 [email protected]^5.0.8 [email protected]^0.1.13 [email protected]^6.6.2
npm i ws # node.js only
yarn add etherspot [email protected]^5.0.8 [email protected]^0.1.13 [email protected]^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:
🚏