latest-block
v1.0.0
Published
## Quickstart: Use boilerplate project
Downloads
3
Readme
Example: Get latest block
Quickstart: Use boilerplate project
- Make sure that the library was build. From the repository root go to
zilliqa/js
. Then run
pnpm i -r
pnpm -r build
- Change directory to the
latest-block
directory and install the dependencies:
pnpm i
- Build and run the script:
npx tsc
node dist/index.js
Project from scratch
TODO: