Installation

installing @leapwallet/leap-evm-js package

Setup :

  1. Create .npmrc or .yarnrc in project root folder

  2. Add below snippet to .npmrc or .yarnrc@leapwallet%2fleap-evm-js:registry=https://registry.npmjs.org/

.npmrc
@leapwallet/leap-evm-js:registry=https://registry.npmjs.org/
//registry.npmjs.org/:_authToken={TOKEN}

3. replace `TOKEN` with the token provided

Install SDK

npm install @leapwallet/leap-evm-js

or

yarn add @leapwallet/leap-evm-js

Blockchains Supported (Suppots all EVM compatible)

  • Ethereum

  • Polygon

  • Avalanche

Last updated