Installation
@leapwallet/leap-near-sdk
Setup
Since @leapwallet/leap-near-sdk
is under private npm, we would need you to setup the npm
or yarn
package manager to authenticate.
Once you receive the token.
Create
.npmrc
in the project root folderAdd the below snippet to
.npmrc
or.yarnrc
3. Replace {TOKEN}
with the token provided by the leap team.
Install SDK
npm
yarn
Last updated