Track all transactions on Rango Exchange API using Rango Explorer.
First, run the development server:
yarn devOpen http://localhost:3000 with your browser to see the result.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
Ensure you have the latest commits:
git checkout next
git pull
git checkout main
git pullthen, merge the next branch into main and bump the version:
git merge --no-ff next
yarn versionPush the changes:
git push --tags
git pushFinally, merge main back into next so both branches stay in sync:
git checkout main
git pull
git checkout next
git merge --no-ff main
git push