Skip to content

JigyasPritam/token-faucet-dapp

 
 

Repository files navigation

This template project demonstrates how to implement a simple token faucet and expose it with a Web UI using Next.js.

Getting Started

Install

npm install

Deploy the token faucet contract

# In this case devnet
npx @alephium/cli deploy -n devnet

This will compile and deploy the token faucet contracts to all of the 4 groups on devnet.

Run the development server

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the token faucet application.

Download the Alephium Extension Wallet to interact with the application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 54.1%
  • CSS 39.6%
  • Rust 5.8%
  • JavaScript 0.5%