Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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?