Tag
#mocha-tests
20 repositories
Repos
Security issues in Ethereum demonstrated in mocha tests. The fix is also demonstrated
Decentralized crowd funding platform where user can start fundraising , anyone can contribute & Fund riser need permission of contributor before withdrawing amount from contract .
redesign kickstarter app from bottom to top with react , smart contracts and try to make this startup better and better
A simple Ethereum dApp using ERC-721 token. Stack: Solidity Smart Contracts, Truffle Suite, Ganache, Web3.js, Ropsten test network and React. Based on the tutorial by "Dapp University".
cryptocurrency staking platform where you can buy, stake & un-Stake mock version of tether tokens to get rewards in the form interest.
lottery, a random contract that we make sure the winner get all the money, it's automatic and real random.
Learn the fundamentals of the blockchain platform. Create your own private blockchain, and secure a digital asset using blockchain identity. Explore the Ethereum platform, and use Solidity and smart contracts to develop your own decentralized app.
A lottery system built on the ethereum network powered by smart contract, the client communicates with lottery system thanks to a react app.
Build an application (web or mobile) that allows users to track their crypto holdings across multiple exchanges and wallets. Include features like portfolio value calculation, profit/loss tracking, transaction history, and price alerts.
Setting up some Unit Tests on Solidity smart contract
Ethereum related information, smart contracts made during courses and POCs
A fully decentralized and automated lottery DApp using Solidity, Hardhat, and Chainlink VRF + Automation. Users enter by paying ETH, and a random winner is picked & rewarded automatically without any manual intervention.
Minting NFT using ERC-721 token on Polygon test network
Functional API test using only mocha as test runner and request library