Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicca42 committed Jun 5, 2019
2 parents 34ae01a + 35f973c commit cf0b8b9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Educational/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
<div align="center">
<h1>
Learnings from pain and suffering
Index
</h1>
Some useful things I have learnt the hard way, such as encoding and executing encoded functions, having ready made boilerplate's (for language jumping dizziness). Here to pass them on to hopefully reduce the suffering within the Ethereum developer ecosystem.


</div>

----

| Topic Link | Description |
|-----------:|:------------|
| [`SimpleBank`](Educational\ContractFramework) | A very simple boilerplate for a dApp. Based off the truffle pet-shop box, `SimpleBank` allows for interaction with contracts on tests nets or locally and is perfect for testing tools. |
| [`SimpleBankWithENS`](Educational\ContractFramework) | Coming next! |
| [Encoded function calls](Educational\Encoding) | How to encode a function in Solidity and JavaScript as well as how to execute your newly encoded function in Solidity. |
| [`SimpleBank`](https://github.com/Nicca42/Ethereum/tree/master/Educational/SimpleBank) | A very simple boilerplate for a dApp. Based off the truffle pet-shop box, `SimpleBank` allows for interaction with contracts on tests nets or locally and is perfect for testing tools. |
| [`SimpleBankWithENS`](https://github.com/Nicca42/Ethereum/tree/master/Educational/SimpleBankWithENS) | Coming next! |
| [Encoded function calls](https://github.com/Nicca42/Ethereum/tree/master/Educational/Encoding) | How to encode a function in Solidity and JavaScript as well as how to execute your newly encoded function in Solidity. |
| [Vyper Cheetsheet](https://github.com/Nicca42/Ethereum/tree/master/Educational/Vyper) | Everything you need to know about Vyper syntax and data types to write some kick ass code |

0 comments on commit cf0b8b9

Please sign in to comment.