https://github.com/yangwao/solidity-workshop
https://github.com/yangwao/solidity-workshop
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yangwao/solidity-workshop
- Owner: yangwao
- Created: 2018-05-15T15:38:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-23T15:26:54.000Z (almost 7 years ago)
- Last Synced: 2024-12-29T03:52:54.206Z (5 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### enviroment
- [ ] editor (atom)
- [ ] docker
- [ ] geth (image)
- [ ] truffle
- [ ] ganache
- [ ] metamask### links
https://github.com/ethereum/wiki/wiki/Ethereum-Development-Tutorialhttps://blog.qtum.org/diving-into-the-ethereum-vm-6e8d5d2f3c30
https://web3js.readthedocs.io/en/1.0/web3-eth.html
http://awesome-ethereum.com/
https://github.com/bkrem/awesome-solidity
https://github.com/willitscale/learning-solidity
https://github.com/pirapira/awesome-ethereum-virtual-machine
https://github.com/CoinCulture/evm-tools/blob/master/analysis/guide.md### terminology
### tooling showcase
* https://github.com/ethereum/solidity
* dapp -
* gas -
* gasPrice-
* ganache -
* truffle -
* geth -
* web3 -
* solc -
* metamask -
* zeppelin -
* solium -
* /r/ethereum -
* etherscan -
* abi -### app
* hello world
* voting app
https://medium.com/@mvmurthy/full-stack-hello-world-voting-ethereum-dapp-tutorial-part-1-40d2d0d807c2
* betting (sidebets)
### dapp
* [hevm](https://dapp.tools/hevm/) - An EVM for testing and verification, with a nimble debugger that runs in the terminal.
* [seth](https://dapp.tools/seth/) - Ethereum from the command line. Slice and dice transactons, query the blockchain, convert between data formats, peform remote calls, estimate gas usage and more...
* [dapp](https://dapp.tools/dapp/) - Build, test, deploy and transact with Ethereum contracts from the comfort of the command-line.
* [dappsys](https://dapp.tools/dappsys/) - Safe, simple, flexible building-blocks for smart-contract systems.