Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 938 Bytes

File metadata and controls

39 lines (30 loc) · 938 Bytes

REChain dApp

The REChain dApp is a decentralized application for interacting with the REChain Network. It provides users with tools for managing assets, participating in governance, and accessing DeFi services.

Table of Contents

Features

  • Wallet integration
  • Asset management (stake, swap, transfer)
  • Governance participation (voting, proposals)
  • Cross-chain operations

Quick Start

git clone https://github.com/REChain-Network-Solutions/dApp.git
cd dApp
cp .env.example .env
npm install
npm run dev

Usage

See USAGE.md for details on app features.

Architecture

Detailed design in ARCHITECTURE.md.

Contributing

See CONTRIBUTING.md.

License

Licensed under MIT. See LICENSE.