A simple claim page for Kinic NFT holders.
Claim your Kinic Tokens using your Internet Identity Principal ID
- Motoko - IC backend programming language.
- React.js - Javascript framework.
- Tailwind.css - Beautiful designs fast.
- DFX - developer tool for the IC.
- Clone the repository to your local machine using
git clone https://github.com/ICME-Lab/NFT-claim-page.git
- Navigate to the project directory using
cd repo
- Install the necessary dependencies using
npm install
-
backend
dfx deploy main --argument $(printf '%s' $(cat arg.json)) --upgrade-unchanged
-
frontend
- Start the development server using
dfx deploy assets
- View locally using
vite serve
- Start the development server using