Skip to content

osas2211/ied-hack-FE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IED-HACK-FE

Bitcoin Donation System for Knowledge Token® Project


Frontend Canister (Browser Access)

Backend Canister (Candid Interface)


Overview

The Bitcoin Donation System is built to facilitate contributions to various aspects of the Knowledge Token® open International Standards project. It enables seamless donations using Bitcoin, accessible through any web browser.

Key Features

  • Bitcoin and ckBTC Support: Accepts payments via bitcoins on testnet and ckBTC on ic mainnet.
  • Motoko Smart Contracts: Utilizes Motoko for writing smart contracts, ensuring secure and efficient operations.
  • Frontend Technology: Developed with Next.js for a responsive and intuitive user interface.
  • Decentralized Architecture: Entirely on-chain solution powered by the Internet Computer.

For more information about the Internet Computer, visit Internet Computer.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.