A decentralized application built on Alephium that allows users to burn their tokens. The dApp features a simple interface for selecting and burning both listed and custom tokens.
- Connect with Alephium wallet
- Select from available tokens in your wallet
- Burn custom tokens by entering token ID
- Quick amount selection (10%, 50%, Max)
- Real-time balance display
- Safety check preventing ALPH burns
- Node.js
- Yarn
- Alephium wallet
- Access to Alephium network (devnet, testnet, or mainnet)
- Clone the repository:
git clone <repository-url>
- Install dependencies:
yarn install
- Compile and deploy contracts:
yarn compile
yarn deploy
yarn build:contracts
- Start the development server:
yarn dev
Set your Alephium node URL in the environment variables:
NEXT_PUBLIC_NODE_URL=<your-node-url>
NEXT_PUBLIC_NETWORK=<devnet|testnet|mainnet>
The project is structured as a monorepo with two main parts:
app/
: Next.js frontendcontracts/
: Alephium smart contracts
yarn test
Contributions are welcome! Please feel free to submit a Pull Request.
[Add your license here]