This is an example Next.js project built using Ankr.js and Ankr Advanced APIs.
# to install dependencies
yarn install
# to run the app
yarn dev
# your app will be available at http://localhost:3000
The utils.ts
file contains some helper functions for interacting with the Ankr Advanced APIs.
The hooks.ts
file contains some React hooks for those helper functions.