sravantp7 /
web3paypal-ui
Web3Paypal is a smart-contract based payment solution which helps users to easily create requests to your friends wallet for money with custom messages.
Loading repository data…
Umairulislam / repository
A smart contract-based crowdfunding platform built with Solidity and Hardhat on the Ethereum blockchain.
This is a smart contract-based fundraising platform built on the Ethereum blockchain. The smart contract is written in Solidity and the project is built using the Hardhat development framework. The platform also uses JavaScript and NodeJS for front-end development.
In this project I will be uing yarn . You van check the version by running
git --version
node --version
yarn --version
Clone the repository from the GitHub
git clone https://github.com/Umairulislam/HardhatFundMe-PC.git
Install the project dependencies using yarn
yarn install
Here are some of the basic commands used in this project with Hardhat:
This command starts the Hardhat network and runs the development environment.
yarn run hardhat
This command runs the test cases for the smart contract.
yarn run test
This command deploys the smart contract to the Hardhat network.
yarn hardhat deploy
This command lists all the accounts available on the Hardhat network.
yarn hardhat account list
This command retrieves the details of a transaction with a given transaction hash.
yarn hardhat txn <transaction-hash>
The project can be tested using the following command:
yarn hardhat test
To see coverage detail run
yarn hardhat coverage
You can get GOERLI_RPC_URL from Alchemy You can get PRIVATE_KEY from your MetaMask wallet
Remember Don't share yout Private key with anyone Remember add your GOERLI_RPC_URL and PRIVATE_KEY in .env file
Get test-net Eth from the following website Faucets.chainlink
Deploy using following command
yarn hardhat deploy
After deployment, the following scripts can be run:
yarn hardhat run scripts/fund.js
or
yarn hardhat run scripts/withdraw.js
You can formate your code by running
yarn format
Selected from shared topics, language and repository description—not editorial ratings.
sravantp7 /
Web3Paypal is a smart-contract based payment solution which helps users to easily create requests to your friends wallet for money with custom messages.
EricDeFiWarrior /
This open-source project explores how smart contract-based trading bots can interact with decentralized exchanges (DEXs) like Uniswap and GMX. Built using HTML and JavaScript, the bot uses Uniswap V2 and SushiSwap routers for demonstration purposes.
karanshah036 /
Decentralised Application built using smart contract based on ERC20 standards
Lukman-01 /
The CryptoDevs NFT Collection is a smart contract-based project built on the Ethereum blockchain that allows users to mint unique NFTs (Non-Fungible Tokens) representing Crypto Devs.
Satyamk8788 /
DAppEventX is a decentralized event ticketing system using Solidity, JavaScript (Next.js), and MongoDB. Features include responsive design, web3 authentication, smart contract-based ticketing, and blockchain-based ticket verification.
itsramazain /
CashewV2 is a JavaScript/Hardhat project for “Cashew money generation” — a web3 or contract‑based money/utilities generation system using frontend and smart contracts. It combines frontend code with blockchain contracts for financial interactions.