Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhalicakmak/solidity
Simple examples, highlights, frameworks and more with Solidity
https://github.com/mhalicakmak/solidity
blockchain brownie contract hardhat solidity
Last synced: 3 months ago
JSON representation
Simple examples, highlights, frameworks and more with Solidity
- Host: GitHub
- URL: https://github.com/mhalicakmak/solidity
- Owner: MhAliCakmak
- Created: 2022-07-06T11:58:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-03T09:47:47.000Z (11 months ago)
- Last Synced: 2024-03-03T10:40:00.392Z (11 months ago)
- Topics: blockchain, brownie, contract, hardhat, solidity
- Language: Solidity
- Homepage:
- Size: 574 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SoliditySample
## 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
```