Skip to content

Commit 803c864

Browse files
committed
Merge branch 'dev'
2 parents dbd4a63 + dfc4d22 commit 803c864

File tree

3 files changed

+22
-12
lines changed

3 files changed

+22
-12
lines changed

docs/developers/index.md

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ Need a more basic primer first? Check out [ethereum.org/learn.](/learn/)
1717

1818

1919
- [Getting up to speed on Ethereum](https://medium.com/@mattcondon/getting-up-to-speed-on-ethereum-63ed28821bbe) *Aug 7, 2017 - Matt Condon*
20-
- [Ethereum In Depth, Part 1](https://blog.zeppelin.solutions/ethereum-in-depth-part-1-968981e6f833) *May 11, 2018 - Facu Spagnuolo*
21-
- [Ethereum In Depth, Part 2 ](https://blog.zeppelin.solutions/ethereum-in-depth-part-2-6339cf6bddb9) *July 24, 2018 - Facu Spagnuolo*
20+
- [Ethereum In Depth, Part 1](https://blog.openzeppelin.com/ethereum-in-depth-part-1-968981e6f833/) *May 11, 2018 - Facu Spagnuolo*
21+
- [Ethereum In Depth, Part 2 ](https://blog.openzeppelin.com/ethereum-in-depth-part-2-6339cf6bddb9/) *July 24, 2018 - Facu Spagnuolo*
2222
- [Ethereum Development Walkthrough, Parts 1-5](https://hackernoon.com/ethereum-development-walkthrough-part-1-smart-contracts-b3979e6e573e) *Jan 14, 2018 - dev_zl*
2323
- [Ethereum 101, Parts 1-7](https://kauri.io/collection/5bb65f0f4f34080001731dc2/ethereum-101) *Feb 13, 2019 - Wil Barnes*
2424
- [Full Stack Hello World Voting Ethereum Dapp Tutorial ](https://medium.com/@mvmurthy/full-stack-hello-world-voting-ethereum-dapp-tutorial-part-1-40d2d0d807c2) *Feb 2019 - Mahesh Murthy*
2525
- [Mastering Ethereum - A comprehensive textbook available for free online](https://github.com/ethereumbook/ethereumbook) *Dec 1, 2018 - Andreas Antonopoulos & Gavin Wood*
2626
- [Ethereum Developer Portal - Everything you need to get started building on Ethereum](https://ethereum.consensys.net/ethereum-dev-portal) *Updated often - ConsenSys*
27-
- [Deconstructing a Solidity Contract](https://blog.zeppelin.solutions/deconstructing-a-solidity-contract-part-i-introduction-832efd2d7737) *Aug 13, 2018 - Alejandro Santander & Leo Arias*
27+
- [Deconstructing a Solidity Contract](https://blog.openzeppelin.com/deconstructing-a-solidity-contract-part-i-introduction-832efd2d7737/) *Aug 13, 2018 - Alejandro Santander & Leo Arias*
2828
- [Full Stack Dapp Tutorial Series ](https://kauri.io/collection/5b8e401ee727370001c942e3) *Updated Often - Joshua Cassidy*
2929

3030

@@ -71,10 +71,15 @@ Ethereum has a large and growing number of tools to help developers build, test,
7171
- [buidler.dev](https://buidler.dev)
7272
- [Github](https://github.com/nomiclabs/buidler)
7373

74-
### ZeppelinOS *A development framework for building upgradeable smart contracts, and securely managing smart contract applications.*
75-
- [zeppelinos.org](https://zeppelinos.org)
76-
- [Github](https://github.com/zeppelinos)
77-
- [Community Forum](https://forum.zeppelin.solutions/c/zeppelinos)
74+
### OpenZeppelin SDK *The Ultimate Smart Contract Toolkit: A suite of tools to help you develop, compile, upgrade, deploy and interact with smart contracts.*
75+
- [OpenZeppelin SDK](https://openzeppelin.com/sdk/)
76+
- [Github](https://github.com/OpenZeppelin/openzeppelin-sdk)
77+
- [Community Forum](https://forum.openzeppelin.com/c/sdk)
78+
79+
### Tenderly *A platfrom to easily monitor your smart contracts with error tracking, performance metrics, and detailed contract analytics.*
80+
- [tenderly.dev](https://tenderly.dev/)
81+
- [Github](https://github.com/Tenderly)
82+
- [Discord](https://discord.gg/eCWjuvt)
7883

7984
### Python Tooling *Variety of libraries for Ethereum interaction via Python*
8085
- [py.ethereum.org](http://python.ethereum.org/)
@@ -233,9 +238,10 @@ The Ethereum network is made up of many nodes who run compatible client software
233238
- [dapp.tools/dappsys](https://dapp.tools/dappsys/)
234239
- [Github](https://github.com/dapphub/dappsys)
235240

236-
### OpenZeppelin *Library for secure smart contract development.*
237-
- [openzeppelin.org](https://openzeppelin.org/)
238-
- [Github](https://github.com/OpenZeppelin/openzeppelin-solidity)
241+
### OpenZeppelin Contracts *Library for secure smart contract development.*
242+
- [openzeppelin.com/contracts/](https://openzeppelin.com/contracts/)
243+
- [Github](https://github.com/OpenZeppelin/openzeppelin-contracts)
244+
- [Community Forum](https://forum.openzeppelin.com/c/contracts)
239245

240246
### aragonOS *Patterns for upgradeability & permission control.*
241247
- [hack.aragon.org](https://hack.aragon.org/docs/aragonos-intro.html)
@@ -280,7 +286,7 @@ The Ethereum network is made up of many nodes who run compatible client software
280286
- [DappUniversity.com](http://www.dappuniversity.com/)
281287

282288
### Ethernaut *Solidity based wargame where each level is a contract to be hacked*
283-
- [ethernaut.zeppelin.solutions](https://ethernaut.zeppelin.solutions/)
289+
- [ethernaut.openzeppelin.com](https://ethernaut.openzeppelin.com/)
284290

285291
## UI/UX
286292
- [Challenge of UX in Ethereum](https://medium.com/ecf-review/challenge-of-ux-in-ethereum-122e1a33688d) *June 25, 2018 - Anna Rose*

docs/learn/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ In addition to the information on this page, there are many community-built reso
3232
New to Ethereum? These articles and resources are a good place to get started.
3333

3434
- [A Beginner’s Guide to Ethereum](https://blog.coinbase.com/a-beginners-guide-to-ethereum-46dd486ceecf) *Feb 23, 2017 - Linda Xie*
35+
- [Video: What is Ether and Ethereum?](https://www.youtube.com/watch?v=fjnovGRQrRE) *April 25, 2019 - CME Group*
3536
- [What is Ethereum?](https://education.district0x.io/general-topics/understanding-ethereum/what-is-ethereum/) *District0x*
3637
- [What is Ether?](https://docs.ethhub.io/ethereum-basics/what-is-ether/) *Updated often - EthHub*
3738
- [The Case for Ethereum](http://blog.eladgil.com/2018/01/the-case-for-ethereum.html) *Jan 30, 2018 - Elad Gil*
@@ -106,6 +107,10 @@ ETH 2.0 (also known as “Serenity”) refers to the next major upgrade of the c
106107
- [Proof of Stake](https://docs.ethhub.io/ethereum-roadmap/ethereum-2.0/proof-of-stake/) *Updated often - EthHub*
107108
- [Sharding](https://docs.ethhub.io/ethereum-roadmap/ethereum-2.0/sharding/) *Updated often - EthHub*
108109
- [ETH 2.0 - The Road to Scaling Ethereum - Vitalik Buterin](https://youtu.be/kCVpDrlVesA) *(Video) November, 2018 - YouTube*
110+
- [ETH 2.0 Researchers AMA Part 1](https://docs.ethhub.io/other/ethereum-2.0-ama/#part-1) *Jan 24, 2019 - EthHub*
111+
- [ETH 2.0 Researchers AMA Part 2](https://docs.ethhub.io/other/ethereum-2.0-ama/#part-2) *Jul 15, 2019 - EthHub*
112+
- [9 Things You Didn't Know About Ethereum 2.0](https://our.status.im/9-things-you-didnt-know-about-ethereum-2-0/) *July 18, 2019 - Bruno Škvorc*
113+
109114

110115
## ETH 1.x
111116

docs/use/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ Here are just a few apps built on Ethereum - we rotate this list frequently!
2525

2626
- [Gitcoin](https://gitcoin.co), a network of incentivized open-source developers
2727
- [Cent](https://beta.cent.co), a social network where you earn money by posting
28-
- [Veil](https://app.veil.co), a trading platform that lets you place bets on real world events
2928
- [CryptoKitties](https://www.cryptokitties.co), a game where you collect and breed digital collectible cats
3029
- [DAI](https://makerdao.com/en/), a stable cryptocurrency that holds value at $1 USD
3130

0 commit comments

Comments
 (0)