1.0.0 • Published 12 months ago

latest-block v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

Example: Get latest block

Quickstart: Use boilerplate project

  1. Make sure that the library was build. From the repository root go to zilliqa/js. Then run
pnpm i -r
pnpm -r build
  1. Change directory to the latest-block directory and install the dependencies:
pnpm i
  1. Build and run the script:
npx tsc
node dist/index.js

Project from scratch

TODO: