https://github.com/bitfede/solidity-etherum_blockchain-smart_contracts
Here I will put my smart contracts written in the Solidity language.
https://github.com/bitfede/solidity-etherum_blockchain-smart_contracts
bitcoin blockchain ethereum evm solidity solidity-contracts solidity-dapps solidity-language
Last synced: about 2 months ago
JSON representation
Here I will put my smart contracts written in the Solidity language.
- Host: GitHub
- URL: https://github.com/bitfede/solidity-etherum_blockchain-smart_contracts
- Owner: bitfede
- Created: 2017-07-01T15:06:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-09-03T15:15:23.000Z (almost 7 years ago)
- Last Synced: 2025-03-31T01:49:42.678Z (about 1 year ago)
- Topics: bitcoin, blockchain, ethereum, evm, solidity, solidity-contracts, solidity-dapps, solidity-language
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Smart Contracts by Federico D.
## [These smart contracts are written in the Solidity language, and are deployable on the Ethereum Blockchain.]
### Ever wondered what is the true innovation of Ethereum compared to Bitcoin?
Well, Ethereum Nodes use a Virtual Machine that supports a Turing-Complete language, thus enabling users to write complex logic in the form of smart contracts. Smart Contracts can accomplish many many tasks in a very transparent and verifiable way.
It is a real power! But on the flipside I really think that enabling a Turing complete language also opens up the attack surface and the possibility of software vulnerabilities and exploits. The Bitcoin blockchain is Turing INcomplete, and has a stack-based limited language making its Virtual Machine a lot more secure and infallible in my opinon. But that is a whole discussion that I do not want to go into here :) .
I think investing some time in learning Solidity will open up my mind and expose me to concepts that have never been on this earth before.