ganache
There are 885 repositories under ganache topic.
trufflesuite/ganache-ui
Personal blockchain for Ethereum development
trufflesuite/ganache
:warning: The Truffle Suite is being sunset. For information on ongoing support, migration options and FAQs, visit the Consensys blog. Thank you for all the support over the years.
crytic/etheno
Simplify Ethereum security analysis and testing
PortalNetwork/nifty-game
🃏🎮A NFT(ERC721) card game build on Ethereum, Truffle, Ganache and hosting on IPFS.
block-bites/fondant-app
Testing environment for Casper blockchain.
yogdaan/blockchain-certification
Generation and validation of certificates using ethereum blockchain
Krish-Depani/Decentralized-Voting-System
A decentralized voting system using Ethereum blockchain for secure and transparent elections, with features like user authentication and real-time result tracking.
dily3825002/awesome-ethereum-cn
Web3.js、Solidity、Truffle开发教程及以太坊开发资源汇总
OpenZeppelin/starter-kit
An OpenZeppelin starter kit containing React, OpenZeppelin SDK & OpenZeppelin Contracts.
PavanAnanthSharma/Aave-FlashLoan-using-solidity
This contains all the code to execute a successful flash-loan on the Kovan test-net of Ethereum. Flash-loan will be taken from the aave lending pool where will will take 1 DAI as a flash-loan, please keep in mind that you can take very huge flash-loans but make sure you have topped-up enough DAI in to your smart contract i.e. in this instance to pay back to the aave lending protocol as the fees and interest generated over this complex transaction.
Vikash-8090-Yadav/Future.WebNet
One place for the web3 developer to showcase their project . This Repo Web3.World consists of projects (decentralized apps) build on differnet chains.This made for the blockchain developer who want's to learn something while contributing .
eddieoz/haal
Hääl - Anonymous Electronic Voting System on Public Blockchains
System-Glitch/Solidity-IDE
A simple alternative to Remix IDE to develop and test Solidity Smart Contracts
0xSumitBanik/BlockVote
BlockVote is a blockchain based election system which lets voters elect candidate in an election.
kinecosystem/kin-token
Kin token contracts.
bukosabino/truffle-voting-dapp
Example Blockchain voting DApp with truffle
A4ANK/Fake-Product-Identification
Fake Product Identification using Blockchain
SuyashMore/SwasthyaChain
A prototype dApp for managing electronic medical records on the Ethereum platform
MCarlomagno/persssist
Storage decentralized application running on testnet for storing files metadata and IPFS protocol for uploading, sharing and downloading files of any kind.
susmit/ERC721-fullstack-Dapp-Tutorial
An ERC721 dapp tutorial to demonstrate how digital asset could be represented and traded on blockchain removing the need of third party.A full stack dapp made via solidity (contracts deployed on ropsten) integrated with web3js deployed on ipfs.
harshagr18/CharityBlockchain
Ethereum blockchain project aimed at ensuring complete transparency in charity transactions. Integrates a solidity contract with a metamask wallet on Ganache interfaced accounts and deployment using Node.js.
Instadapp/InstaContract
Smart contracts comprising the business logic of the InstaDApp
trufflesuite/vscode-ext
Truffle for VSCode simplifies how you create, build, debug and deploy smart contracts on Ethereum and EVM-compatible blockchains
Kartik-Katkar/Decentralized-Personal-Health-Record-Application
The project uses blockchain and smart contracts to let individuals manage and secure their health data. Its goal is to empower people to control their health information, communicate better with healthcare providers, and drive innovation in healthcare.
sc0Vu/ethdock
Ethereum development package in docker.
TristanBilot/blockchain-chat-app
Simple Ethereum blockchain app for messaging and ether sending between Ganache addresses.
zafar-saleem/blockchain-tutorial
This is a sample project for my blog post with the title "Build a Real-World dApp With React, Solidity, and Web3.js". It shows to get started with blockchain development.
kauemurakami/etherum-wallet
Flutter, Ganache, Truffle, Remix, Getx Pattern, Infura, GetX, Blockchain
mikedeshazer/bricks
Bricks is a sandbox and instruction manual collection for building smart contract exploits for Ethereum blockchains, designed to help developers think like hackers in a safe, fun environment.
satansdeer/ethereum-token-tutorial
This is example repo for my articles about simple ERC20 compliant token
sskender/stable-farm
Automatically moving stable coins between decentralized finance platforms seeking for maximum yield
truffle-box/filecoin-box
Filecoin flavored Ganache Truffle box
AnshuJalan/ethML-core
Contracts for EthML- a decentralized AI implementation
Shira98/blockchain-scm
A blockchain based supply chain management application.
Sudhanmanoharan/MarketPlace-BlockChain
Dapp Application by using Angular, Ethereum, Solidity and Web3.
vishwaspaikra007/blockchain
In the healthcare system, there is a lot of patient data that is stored and this data needs to be safe and private. With blockchain the data is visible to everyone and hence solves key issues like trust in a network with its ensured transparency of data in a blockchain network. Blockchain provides enhanced security where every transaction recorded needs to be agreed upon according to the consensus method. Blockchain networks are also immutable which means the data, once written, cannot be reverted by any means. All these features of blockchain guarantees the data to be secure and authentic but it also takes away the privacy any user would want in any network. Ability to provide limited access and the right to delete all information of the user is almost next to impossible in any blockchain network. Blockchain is a decentralised network but by using a centralised system along with the blockchain we can ensure true privacy while taking all the benefits of blockchain network by using the method of two way encryption. So this paper states a method to achieve privacy and securely store the data (patient data) in a blockchain network using a centralised system to provide privacy to its users while having all the features of a blockchain network such as transparency, security, data immutability and consensus.