Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 2.38 KB

README.md

File metadata and controls

41 lines (30 loc) · 2.38 KB

Ethereum

A repository for Ethereum learning materials, experimentation's and explorations.


Key

Types

Educational: These projects where to learn or experiment with a specific idea/concept/etc Educational SimpleBank: The base project, SimpleBank is a very simple dApp, built in an easy to understand way. There are plenty of comments so that the wiring and contracts are no mystery. Variations of the SimpleBank, such as SimpleBankWithENS are the same simple dApp, but with it implementing a tool or project within the Ethereum space. These SimpleBankWith's are designed to be easy to follow examples of implementing the tool or product, so that you can implement the tool in your own dApp with minimal confusion. Projects: These are my own projects or ideas I am working on.

Progress

Coming Soon! A planned project WIP Work In Progress. Currently under construction. Done, BCBR The code is all there, But Could Be Refined. Done To the best of my ability, it works, does what it is supposed to.

Type Subtopic Link Version Description Progress
Educational SimpleBank dApp template SimpleBank 0.5.0 A basic dApp. The contract is an ERC20 token that will mint free tokens. Has a simple front end to display balances and allow a user to interact with the contracts. WIP
Educational SimpleBank ENS SimpleBankWithENS 0.5.0 SimpleBankWithENS is the SimpleBank project with ENS integrated, to allow for a quick and easy to follow example of ENS implementation. Coming Soon!
Educational Encoding Functions 0.5.0 Encoding Solidity functions in Solidity and JavaScript, as well as executing your newly encoded functions in Solidity. Done, BCBR
Educational Vyper A cheat sheet for Vyper contracts - variable names, contract structure, limitations and nuances. WIP
Projects Xctly 0.5.0 A subscription based social media platform where creators get paid for their content by the people consuming it. Coming Soon!