Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhaiwat10/ankrjs-react-quickstart
https://github.com/dhaiwat10/ankrjs-react-quickstart
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dhaiwat10/ankrjs-react-quickstart
- Owner: Dhaiwat10
- Created: 2022-06-29T10:51:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-29T11:02:43.000Z (over 2 years ago)
- Last Synced: 2024-10-06T02:01:40.420Z (about 1 month ago)
- Language: TypeScript
- Homepage: ankrjs-react-quickstart.vercel.app
- Size: 54.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.