Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nicca42/ethereum

A repository for learning materials, experimentations and explorations.
https://github.com/nicca42/ethereum

Last synced: about 7 hours ago
JSON representation

A repository for learning materials, experimentations and explorations.

Awesome Lists containing this project

README

        



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](Educational) `SimpleBank` | [dApp template](Educational\SimpleBank) `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](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](Educational) | [Encoding Functions](Educational\Encoding) | `0.5.0` | Encoding Solidity functions in Solidity and JavaScript, as well as executing your newly encoded functions in Solidity. | Done, BCBR |
| [Educational](Educational) | [Vyper](Educational\Vyper) | | A cheat sheet for Vyper contracts - variable names, contract structure, limitations and nuances. | WIP |
| [Projects](Projects) | [Xctly](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! |