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
.npmrcin the project root folderAdd the below snippet to
.npmrcor.yarnrc
3. Replace {TOKEN} with the token provided by the leap team.
Install SDK
npm
npm install @leapwallet/leap-near-sdkyarn
yarn add @leapwallet/leap-near-sdkLast updated