Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bitcoinwarrior1/learn-solidity-with-examples
A repo full of smart contracts written in solidity
https://github.com/bitcoinwarrior1/learn-solidity-with-examples
blockchain defi educational ethereum smart-contracts solidity
Last synced: about 2 months ago
JSON representation
A repo full of smart contracts written in solidity
- Host: GitHub
- URL: https://github.com/bitcoinwarrior1/learn-solidity-with-examples
- Owner: bitcoinwarrior1
- License: mit
- Archived: true
- Created: 2016-08-17T01:24:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-22T06:05:53.000Z (over 2 years ago)
- Last Synced: 2024-08-28T21:13:59.243Z (4 months ago)
- Topics: blockchain, defi, educational, ethereum, smart-contracts, solidity
- Language: Solidity
- Homepage:
- Size: 437 KB
- Stars: 201
- Watchers: 10
- Forks: 49
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Learn solidity with examples!
A repo full of smart contracts written in Solidity.
## Important
This repo is for educational purposes only, use at your own risk.
## Getting started
- Install the dependencies `npm i`
- Run the dapp-tools tests with `npm run test`
- Run the hardhat tests with `npm run hardhat-test`
- Run the fuzzer on ETH2BTC with `echidna-test contracts/ETH2BTC.sol`
- Explore the contracts in `./contracts`_Sample tests with dapp-tools (solidity) and hardhat (js) are included for educational purposes so you can choose which framework works best for you_