Skip to content

pfrank8/Blockchain-Course-Patterns

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solidity Patterns

Ethereum Blockchain Decentralized Apps Development & Design

http://acloudfan.com/learn-blockchain

If you see compiler warnings related to Throw; It is because the Throw statement is deprecated & replaced by revert()

There are 2 solutions: You may ignore these warnings Change the throw to revert() but then you may go out of sync

Over next couple of weeks, I will update the code to reflect the deprecatin related change.

Raj

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 95.8%
  • Shell 4.2%