Skip to content

7flash/internet-computer-dapp

Repository files navigation

Ask Questions.. Share answers.. Earn Coins..

Inspired by Stackoverflow, Quora, Askfm.. Powered by Internet Computer..

Backend Canister (Motoko)

deployed at cyyh5-jqaaa-aaaag-aakqq-cai

Interface

answer: (nat, text) -> (Bool);
ask: (text) -> (Bool);
upvote: (text, text) -> (Bool);
balanceOf: (principal) -> (Int) query;
queryAllQuestions: () -> (vec text) query;

Frontend Canister (JavaScript)

deployed at u75p2-siaaa-aaaap-aafaq-cai

📸 Demo

App

🏆 Tokenomics

Rationale: mint coins to incentivize users for participation.. burn coins to prevent system abuse..

Tokenomics

📦 Installation (development)

# Clone the project
git clone git@github.com:7flash/internet-computer-dapp.git 
# Enter the project's folder
cd internet-computer-dapp
# Install dependecies
npm i
# Start the replica, running in the background
dfx start --background
# Deploy canisters to the replica
dfx deploy
# Start the development server
npm start

☁️ Deployment

dfx deploy --network ic

👨 Author

Berlian Gur

🤝 Contributing

Contributions, issues and feature requests are welcome..

Deployment process must be delegated to DAO..

👨‍🚀 Show your support

Give a ⭐️ if you like this project!