adorsys /
p2p-lending
A decentralized, smart contract based platform for p2p-lending on the Ethereum Blockchain
Loading repository data…
kenny1st / repository
A smart contract-based crowdfunding platform where users can create fundraising campaigns, contribute funds, and track donations transparently on the blockchain.
A blockchain-powered crowdfunding platform where users can create campaigns, contribute funds, and track donations transparently.
/decentralized-crowdfunding ├── contracts/ # Solidity smart contracts ├── scripts/ # Deployment and interaction scripts ├── frontend/ # Web-based UI for users ├── backend/ # API for querying blockchain data ├── test/ # Unit tests for smart contracts ├── README.md # Setup and usage guide ├── hardhat.config.js # Hardhat configuration file ├── package.json # Dependencies
Selected from shared topics, language and repository description—not editorial ratings.
adorsys /
A decentralized, smart contract based platform for p2p-lending on the Ethereum Blockchain
JamesANZ /
A solidity smart contract based reputation system with UI
JuanXavier /
Solutions for DamnVulnerableDefi, a smart-contract based CTF Challenge
Umairulislam /
A smart contract-based crowdfunding platform built with Solidity and Hardhat on the Ethereum blockchain.
rpardela /
This project enables you to generate an API for the smart contract based on your ABI configuration. When you call the generator, you will get a complete library that allows you to interact with all the functions available in the smart contract.
usamasarwar188 /
Developed a fully decentralized smart contract based Voting Web App (DApp) where all the casted votes will remain transparent. Admin can add/remove nominations and voters accounts while voters can vote to their specific choice.The backend of Voting DApp is written in Solidity and frontend in REACT JS.