Skip to content

Commit

Permalink
Add new ressources for DeFi and refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
gaspardpeduzzi committed Nov 10, 2020
1 parent d35c486 commit ef6f0a0
Showing 1 changed file with 21 additions and 7 deletions.
28 changes: 21 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,36 @@
# start-here
Quick guide if you want to help us in any way

## The Blockchain
## Blockchain


[Here](http://blockchain.mit.edu/how-blockchain-works/) is an awesome website to understand and interact with a blockchain.

[Here](https://www.youtube.com/watch?v=bBC-nXj3Ng4) is a great video on the topic.

## Bitcoin

To learn more about the why of Bitcoin: “The Internet of Money” (_Andrea M. Antonopoulos_) [vol.1](https://www.amazon.com/Internet-Money-Andreas-M-Antonopoulos/dp/1537000454) and [vol.2](https://www.amazon.com/Internet-Money-Andreas-M-Antonopoulos/dp/194791006X/). Very interesting and highly recommended.

Learn what [smart-contracts](https://en.wikipedia.org/wiki/Smart_contract) are.
The [Bitcoin white paper](https://bitcoin.org/bitcoin.pdf).

[Here](https://ethereum.org/) is the Ethereum website, in which you will quickly understand what it is about.
This [website](https://www.lopp.net/bitcoin-information.html) to learn more about a lot of different aspects about Bitcoin

[CryptoZombies](https://cryptozombies.io/) is a very ludic way of learning how to write ethereum smart contracts.
A must read to understand the Bitcoin protocol: [Mastering Bitcoin](https://www.amazon.com/Mastering-Bitcoin-Programming-Open-Blockchain/dp/1491954388/) (_Andrea M. Antonopoulos_)

[The Ethernaut](https://ethernaut.zeppelin.solution) is a very ludic way of learning security in smart contracts
## Ethereum

The [Bitcoin white paper](https://bitcoin.org/bitcoin.pdf).
[Here](https://ethereum.org/en/what-is-ethereum/) is the Ethereum website, in which you will quickly understand what it is about.

A must read to understand the Bitcoin protocol: [Mastering Bitcoin](https://www.amazon.com/Mastering-Bitcoin-Programming-Open-Blockchain/dp/1491954388/) (_Andrea M. Antonopoulos_)
[Ethhub.io](https://docs.ethhub.io/) providing a lot of curated content on ethereum

The [Ethereum white paper](http://blockchainlab.com/pdf/Ethereum_white_paper-a_next_generation_smart_contract_and_decentralized_application_platform-vitalik-buterin.pdf).

[CryptoZombies](https://cryptozombies.io/) is a very ludic way of learning how to write ethereum smart contracts.

[The Ethernaut](https://ethernaut.openzeppelin.com/) is a very ludic way of learning security in smart contracts


### Related

#### Smart Contracts :
Expand All @@ -33,6 +40,13 @@ The [Ethereum white paper](http://blockchainlab.com/pdf/Ethereum_white_paper-a_n
- [OpenZeppelin](https://github.com/OpenZeppelin/openzeppelin-solidity) - A library for secure smart contract development


#### Decentralized Finance (DeFi):
- [What is Decentralized Finance](https://cryptotesters.com/blog/what-is-decentralized-finance)
- [DEFI Pulse website](https://defipulse.com/) - To have different statistics about this ecosystem
- [TokenBrice blog](https://tokenbrice.xyz/)
- [The Bankless newsletter](https://banklessfr.substack.com/)


#### Plasma :
- [Plasma](https://plasma.io/plasma.pdf) - Scalable Autonomous Smart Contracts
- [Plasma Cash](https://www.youtube.com/watch?v=uyuA11PDDHE)
Expand Down

0 comments on commit ef6f0a0

Please sign in to comment.