Bitcoin Donation System for Knowledge Token® Project
- Link: Backend Canister
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.
- 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.
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.