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

https://github.com/dhaiwat10/ankrjs-node-quickstart


https://github.com/dhaiwat10/ankrjs-node-quickstart

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# Ankr.js Node.js Quickstart

This is an example [Node.js](https://nodejs.org) project built using [Ankr.js](https://github.com/ankr-network/ankr.js) and [Ankr Advanced APIs](https://www.ankr.com/advanced-api/).

## Run locally

```bash
# Install dependencies
yarn

# Run the script
yarn dev

# You will see the output being logged out in your terminal
```

The [`utils.ts`](./src/utils.ts) file contains some helper functions for interacting with the Ankr Advanced APIs.

The [`app.ts`](./src/app.ts) file calls those helper functions and logs out the output to your terminal.