-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
- Loading branch information
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |