1.2.3 • Published 6 months ago

blocklens-sdk-testing v1.2.3

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

blocklens-sdk

This repository is used for building Blocklens SDK\ Here is the guideline for updating this repository

Prerequisites

  1. Clone GIT repositories for EVM APIs and Aptos APIs
  2. Install and run each repository
    • Create new folder in root repository: ./output-specs
    • npm install
    • npm run start
    • A new JSON filed is created at ./output-specs folder (For ex: ./output-specs/blocklens-evm-api.json)

Install and Publish

  1. Clone this repository
  2. Install
    • Create new folder in root repository ./output-specs
    • npm install
    • Copy these JSON files created above into folder ./output-specs (mandatory)
  3. Generate new API files
    • npm run start
    • New API files will be generated at ./src/api (For ex: ./src/blocklens-evm-api.ts)
  4. Build
    • npm run build
  5. Publish
    • Go to package.json file
    • Update version variable (mandatory)
    • npm login, then log-in GIT's account
    • npm publish
1.2.3

6 months ago

1.2.2

6 months ago

1.2.1

6 months ago

1.1.3

6 months ago

1.1.2

7 months ago

1.1.1

7 months ago

1.1.0

7 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago