@1stdex/first-sdk
v1.0.101
Published
๐ An SDK for building applications on top of 1st V2
Readme
@1st/first-sdk
The 1st SDK provides abstractions to assist you with interacting with the 1st smart contracts in a Typescript/Javascript environment (e.g. websites, node scripts).
It makes uses of the Core SDK to gain access to abstractions that are common amongst the 1st SDKs.
Installation
This is a private npm package. Authentication required.
Setup
- Create an
.npmrcfile in your project root:
@1stdex:registry=https://registry.npmjs.org/
//registry.npmjs.org/:_authToken=${FIRST_SDK_NPM_TOKEN}- Set your NPM token:
export FIRST_SDK_NPM_TOKEN=your_npm_token_here- Install:
npm install @1stdex/first-sdkCI/CD Setup
Add FIRST_SDK_NPM_TOKEN to your environment secrets with a token that has read access to @1stdex packages.
