https://github.com/dhaiwat10/ankrjs-node-quickstart
https://github.com/dhaiwat10/ankrjs-node-quickstart
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dhaiwat10/ankrjs-node-quickstart
- Owner: Dhaiwat10
- Created: 2022-07-13T00:13:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-13T10:54:34.000Z (about 3 years ago)
- Last Synced: 2024-10-06T02:01:42.937Z (9 months ago)
- Language: TypeScript
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.