panaverse /
defi-dapps-solidity-smart-contracts
This is a Web 3 Smart Contract learning and teaching repo which will be used to teach students all across Pakistan.
Loading repository data…
Aytaditya / repository
This is a decentralized social media platform inspired by Twitter, built using modern Web3 technologies. It allows users to connect their crypto wallets, post tweets, and interact with others in a censorship-resistant and blockchain-backed environment.
This is a decentralized social media platform inspired by Twitter, built using modern Web3 technologies. It allows users to connect their crypto wallets, post tweets, and interact with others in a censorship-resistant and blockchain-backed environment.
Follow the steps below to run the project locally:
git clone https://github.com/your-username/decentratweet.git
cd decentratweet
npm install
Create a .env.local file in the root directory and add the following variables:
NEXT_PUBLIC_THIRDWEB_KEY=your-thirdweb-key
Navigate to the contracts/ directory and run:
npx thirdweb deplot -k SECRET_KEY
Deploy your contracts to an Ethereum-compatible testnet (e.g., Goerli, Mumbai):
npx hardhat run scripts/deploy.js --network sepolia
Copy the deployed contract address and update the frontend configuration.
Start the application locally:
npm run dev
Visit http://localhost:3000 in your browser.
Contributions are welcome! Follow these steps:
feature/your-feature-name).For questions or suggestions, feel free to reach out
Selected from shared topics, language and repository description—not editorial ratings.
panaverse /
This is a Web 3 Smart Contract learning and teaching repo which will be used to teach students all across Pakistan.
kerala-blockchain-academy /
The code in this repository is a part of the Ethereum Developer Program. Kindly check the wiki to access the course content.
Daltonic /
This is a Blockchain use-case focusing in the building of a Decentralized Voting Dapp with Next.js, TypeScript, Tailwind CSS, and CometChat
HQ20 /
:herb: This is the TechHQ dapp starter kit :octocat: All you need in a nut:shell:
yan-man /
Appraisr is a verified ratings Solidity dApp that uses ERC-1155 fungible tokens and NFTs to incentivize users to rate and review businesses, and vote on other reviews, in a decentralized fashion. Built with Hardhat and Solidity. *This project was the winner of the Moralis Pooled Prize at the Chainlink Spring 2022 Hackathon.
vinodnextcoder /
This is a basic CRUD decentralized blockchain application in typescript