GitHub - soohoio/amb-query-nodejs: AWS Managed Blockchain Query PoC with NodeJS · GitHub
Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

soohoio/amb-query-nodejs

Folders and files

Repository files navigation

amb-query-nodejs

1. Authenticated AWS on your local machine

export AWS_ACCESS_KEY_ID="{input here}"
export AWS_SECRET_ACCESS_KEY="{input here}"

2. use node 14 version (using nvm dependency)

nvm use 14

3. install dependencies

npm install

AMB Query

1. Token Balance

node tokenBalance.js

About

AWS Managed Blockchain Query PoC with NodeJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors