@leapwallet/leap-near-sdk
Since @leapwallet/leap-near-sdk is under private npm, we would need you to setup the npm or yarn package manager to authenticate.
npm
yarn
Kindly, send us a mail [email protected] for the npm token for your application.
[email protected]
Once you receive the token.
Create .npmrc in the project root folder
.npmrc
Add the below snippet to .npmrc or .yarnrc
.yarnrc
@leapwallet/leap-near-sdk:registry=https://registry.npmjs.org/ //registry.npmjs.org/:_authToken={TOKEN}
3. Replace {TOKEN} with the token provided by the leap team.
{TOKEN}
npm install @leapwallet/leap-near-sdk
yarn add @leapwallet/leap-near-sdk
Last updated 3 years ago