feat: add upgrade guide link from medium (#434)
* feat: add upgrade guide link from medium * chore: fix linter issue
This commit is contained in:
@@ -38,9 +38,13 @@ export default function Index(): ReactElement {
|
||||
<Box mb={4}>
|
||||
<Typography>
|
||||
To connect to and retrieve data from the blockchain, you'll need to connect to a publicly-provided node
|
||||
via the node's RPC endpoint. If you're not familiar with this, you may use{' '}
|
||||
<a href="https://getblock.io/" target="_blank" rel="noreferrer">
|
||||
https://getblock.io/
|
||||
via the node's RPC endpoint. If you're not familiar with this, please read{' '}
|
||||
<a
|
||||
href="https://medium.com/ethereum-swarm/upgrading-swarm-deskotp-app-beta-from-an-ultra-light-to-a-light-node-65d52cab7f2c"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
this guide.
|
||||
</a>
|
||||
.
|
||||
</Typography>
|
||||
|
||||
Reference in New Issue
Block a user