Skip to content

rango-exchange/explorer

Repository files navigation

Rango Exchange Explorer

Track all transactions on Rango Exchange API using Rango Explorer.

Next Deployment Production Deployment

Local Development

First, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Release

Ensure you have the latest commits:

git checkout next
git pull
git checkout main
git pull

then, merge the next branch into main and bump the version:

git merge --no-ff next
yarn version

Push the changes:

git push --tags
git push

Finally, 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

About

Rango Exchange Explorer

Resources

Stars

Watchers

Forks

Contributors