Frontend application for Aevia Protocol.
- Node.js (v18 or higher)
- npm or yarn
- MetaMask browser extension
- Clone the repository:
git clone git@github.com:BeingFounders/aevia-frontend.git
cd aevia-frontend- Install dependencies:
npm install
# or
yarn install- Create a
.envfile in the root directory:
cp .env.example .env- Configure your environment variables in
.env:
# API URL
NEXT_PUBLIC_API_URL=http://localhost:8000Run the development server:
npm run dev
# or
yarn devThe application will be available at http://localhost:5173
Create a production build:
npm run build
# or
yarn build| Variable | Description | Default |
|---|---|---|
NEXT_PUBLIC_API_URL |
Backend API URL | http://localhost:8000 |
- Sepolia (Chain ID: 11155111)
- Mantle Testnet (Chain ID: 5003)
- Mantle Mainnet (Chain ID: 5000)
- Base Testnet (Chain ID: 84532)
- Create and manage digital legacies
- Support for ERC20 and ERC721 tokens
- Email notifications
- Multi-network support
- MetaMask integration
