Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nicca42/ethereum
- Owner: Nicca42
- License: mit
- Created: 2019-01-18T16:20:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T20:29:54.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T01:12:19.744Z (over 1 year ago)
- Language: JavaScript
- Size: 40.2 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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! |