An open API service indexing awesome lists of open source software.

https://github.com/soohoio/amb-query-nodejs

AWS Managed Blockchain Query PoC with NodeJS
https://github.com/soohoio/amb-query-nodejs

Last synced: 3 months ago
JSON representation

AWS Managed Blockchain Query PoC with NodeJS

Awesome Lists containing this project

README

          

# 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
```