Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

# Ankr.js React Quickstart

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

## Run locally

```bash
# to install dependencies
yarn install

# to run the app
yarn dev

# your app will be available at http://localhost:3000
```

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

The [`hooks.ts`](./hooks.ts) file contains some React hooks for those helper functions.