Skip to content

rmrk-team/rmrk-token-bridge-app

Repository files navigation

UI for Axelar powered bridge for RMRK tokens

Tech Stack

This application is built using a modern Web3 development stack:

  • Next.js - React framework for production-grade applications
  • RainbowKit - Best-in-class React library for wallet connection
  • wagmi - React hooks library for Ethereum
  • Viem - TypeScript interface for Ethereum interaction
  • Chakra-UI - Modular and accessible component library
  • Axelar - Cross-chain infrastructure for token bridging

Getting Started

Follow these steps to run the application locally:

Prerequisites

  • Node.js (v16 or higher)
  • Yarn package manager
  • Web3 wallet (MetaMask, WalletConnect, etc.) for testing

Installation

  1. Clone the repository:

    git clone <repository-url>
    cd rmrk-token-bridge-app
  2. Install dependencies:

    yarn install
  3. Set up environment variables (if applicable):

    cp .env.example .env.local
    # Edit .env.local with your configuration

Running the Development Server

  1. Start the development server:

    yarn dev
  2. Open your browser: Navigate to http://localhost:3000 to see the application.

  3. Connect your wallet:

    • Make sure you have a Web3 wallet extension installed
    • Connect your wallet through the application interface
    • Ensure you have test tokens on supported networks

Development

  • Edit pages in pages/ directory - changes will auto-reload
  • Modify components in components/ directory
  • Update styles using Chakra-UI components and theming
  • The application will hot-reload as you make changes

Learn More

To learn more about this stack, take a look at the following resources:

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out the Next.js deployment documentation for more details.

About

UI for Axelar powered bridge for RMRK tokens

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published