2018 m. balandžio 9 d., pirmadienis

Learning solidity

Remix online editor:
https://remix.ethereum.org/

Fidle for etherium:
https://ethfiddle.com/


Easy edditor
https://www.withpragma.com/

Style and Security check:
https://www.ethlint.com/

Free and opensource online edditor
superblocks.com

Runtime Environment. Remix provides three:
  • Injected Web3: to provider such as Mist or MetaMask
  • Web3 Provider: to local host through ipc
  • JavaScript VM: a simulated environment


Other links:
Basic tutorial - https://blockgeeks.com/guides/smart-contract-development/
Documentation - https://solidity.readthedocs.io/en/develop/
YouTube tutorials -https://www.youtube.com/watch?v=0Lyf_3kA3Ms&list=WL&index=4&t=0s
Solidity tips, how to avoid bugs - https://medium.com/loom-network/how-to-secure-your-smart-contracts-6-solidity-vulnerabilities-and-how-to-avoid-them-part-1-c33048d4d17d

2018 m. balandžio 1 d., sekmadienis