This is the front end of the PolyCross which is a Next.js project bootstrapped with create-next-app
.
Home Page
Bridge Page
Bridge Swap Page
First, clone the repo to localhost:
git clone https://github.com/PolyCross/frontend.git
Second, install the dependencies:
yarn install
Then, run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
- Thanks to Next.js and Tailwind CSS for providing comprehensive documentation that helped a beginner like me quickly get started with development.
- Thanks to Wagmi and Viem for these two excellent interaction libraries.
- Special thanks to Vercel for providing free website hosting services.