Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adriangeorgem/deploy-a-contract-with-ethers.js-and-hardhat
Deploying a contract to the Göerli test network
https://github.com/adriangeorgem/deploy-a-contract-with-ethers.js-and-hardhat
alchemyapi dapps dapps-development ethereum-contract ethersjs hardhat hardhat-deploy json-rpc metamask-wallet smart-contracts solidity solidity-contracts
Last synced: 3 days ago
JSON representation
Deploying a contract to the Göerli test network
- Host: GitHub
- URL: https://github.com/adriangeorgem/deploy-a-contract-with-ethers.js-and-hardhat
- Owner: AdrianGeorgeM
- Created: 2023-01-29T15:30:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T16:16:02.000Z (almost 2 years ago)
- Last Synced: 2023-03-10T02:01:36.511Z (over 1 year ago)
- Topics: alchemyapi, dapps, dapps-development, ethereum-contract, ethersjs, hardhat, hardhat-deploy, json-rpc, metamask-wallet, smart-contracts, solidity, solidity-contracts
- Language: JavaScript
- Homepage: https://goerli.etherscan.io/address/0x57A60737469b3Fb67d9Fa2DC7500b11850651bd0
- Size: 370 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Newly-deployed contract address as terminal output - nice!
Faucet address: 0x88B55f4c84FF0FA4f41B100E084db8C5162cE95D
Copy-paste that address into https://goerli.etherscan.io/ and check out my
contract in live deployment form!## What is this?
Can you think of any extra features to add to your faucet? How about some sort
of way of keeping track of user addresses that have already used it? Or
timestamps to limit mass withdrawals all at once?