Skip to content

Commit 430279c

Browse files
authored
Merge pull request #67 from shazow/add-infura
docs/build: Add Backend APIs -> Infura
2 parents ef92b0f + 7a73a1e commit 430279c

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

docs/.vuepress/theme/components/Footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<footer class="footer">
33
<ul>
4-
<li><a href="https://github.com/ethereum" target="_blank">Github</a></li>
4+
<li><a href="https://github.com/ethereum" target="_blank">GitHub</a></li>
55
<li><a href="https://twitter.com/ethereum" target="_blank">Twitter</a></li>
66
<li><a href="https://blog.ethereum.org/">Blog</a></li>
77
<!-- <li><a href="#">Branding</a></li> -->

docs/.vuepress/theme/components/Hero.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div class="hero relative content-block">
3-
<img alt="Ethereum.org Hero Image" class="hide-dark" width="946" height="auto" src="../images/hero.jpg" />
4-
<img alt="Ethereum.org Hero Image" class="show-dark" width="946" height="auto" src="../images/hero-dark.jpg" />
3+
<img alt="Ethereum.org Hero Image" class="hide-dark" width="946" height="auto" src="../images/hero.gif" />
4+
<img alt="Ethereum.org Hero Image - Dark" class="show-dark" width="946" height="auto" src="../images/hero-dark.gif" />
55

66
<div class="hero-block beginners sm-hide">
77
<router-link class="block header" to="/beginners/">→ Beginners</router-link>
81.4 KB
Loading
75.5 KB
Loading

docs/developers/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ Ethereum has a large and growing number of tools to help developers build, test,
107107
### Looking for other options?
108108
- [Ethereum Developer Tools List #Frontend-Ethereum-APIs](https://github.com/ConsenSys/ethereum-developer-tools-list#frontend-ethereum-apis)
109109

110+
## Backend APIs
111+
112+
### Infura *The Ethereum API as a service*
113+
- [infura.io](https://infura.io)
114+
110115
## Security tools
111116
### Slither *Solidity static analysis framework written in Python 3*
112117
- [Github](https://github.com/crytic/slither)
@@ -203,6 +208,7 @@ The Ethereum network is made up of many nodes who run compatible client software
203208
### Smart Contract Security Best Practices Guide
204209
- [consensys.github.io/smart-contract-best-practices/](https://consensys.github.io/smart-contract-best-practices/)
205210
- [Github](https://github.com/ConsenSys/smart-contract-best-practices/)
211+
- [Aggregated collection of security recommendations and best practices](https://github.com/guylando/KnowledgeLists/blob/master/EthereumSmartContracts.md)
206212

207213
### Looking for other options?
208214
- [Ethereum Developer Tools List #Patterns—best-practices](https://github.com/ConsenSys/ethereum-developer-tools-list#patterns--best-practices)

0 commit comments

Comments
 (0)