Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alishahusain/crypto-goblins
👽 Solidity Web3JS Ethereum Smart Contracts Dapp Hardhat Open Zeppelin MetaMask Waffle Ether Mocha Chai 👽
https://github.com/alishahusain/crypto-goblins
dapp hardhat metamask-wallet smart-contracts solidity
Last synced: 2 days ago
JSON representation
👽 Solidity Web3JS Ethereum Smart Contracts Dapp Hardhat Open Zeppelin MetaMask Waffle Ether Mocha Chai 👽
- Host: GitHub
- URL: https://github.com/alishahusain/crypto-goblins
- Owner: alishahusain
- Created: 2022-09-11T01:22:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-19T20:09:03.000Z (almost 2 years ago)
- Last Synced: 2023-03-11T01:57:31.235Z (almost 2 years ago)
- Topics: dapp, hardhat, metamask-wallet, smart-contracts, solidity
- Language: Solidity
- Homepage:
- Size: 1020 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Crypto Goblins
# Basic Sample Hardhat ProjectThis project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, a sample script that deploys that contract, and an example of a task implementation, which simply lists the available accounts.
Try running some of the following tasks:
```shell
npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help
```.
.
.
.
.
..
.
.