Skip to content

Commit

Permalink
Merge pull request #7 from AstarNetwork/Repo-organization
Browse files Browse the repository at this point in the history
ACT layout improvement and work on the zkEVM RPC Node page
  • Loading branch information
Gunit2481 authored Dec 14, 2023
2 parents 54539bd + 0a8dd97 commit 0f8723f
Show file tree
Hide file tree
Showing 105 changed files with 18 additions and 1,750 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Building Astar zkEVM Permissionless RPC Node Tutorial
---
sidebar_position: 1
title: Building Astar zkEVM Permissionless RPC Node Tutorial
sidebar_label: Setup zkEVM RPC Node
---

import Figure from "/src/components/figure"

## Overview

Expand Down Expand Up @@ -42,8 +48,8 @@ Here is a summary of the procedure:
1. Download balenaEtcher.
2. Download the Ubuntu ISO image.
3. Use balenaEtcher to set up the ISO image on a USB drive.
![Create USB installation media](images/balena0.png "balenaEtcher")
![Create USB installation media](images/balena1.png "balenaEtcher")
<Figure src={require('/docs/Builder/Node/img/balena0.png').default } width="100%" />
<Figure src={require('/docs/Builder/Node/img/balena1.png').default } width="100%" />
4. Insert the USB drive into the machine where the node will be set up and boot from it.
5. Perform the Ubuntu installation setup.

Expand Down Expand Up @@ -100,9 +106,9 @@ There are several methods to set up an RPC endpoint. In this tutorial, we will c

1. Create an Alchemy account.
2. From the 'Apps' menu, select 'Create new app' and fill in the required details.
![Create new app](images/Alchemy_new_app.png "Alchemy")
<Figure src={require('/docs/Builder/Node/img/Alchemy_new_app.png').default } width="100%" />
3. Confirm and record the **'API Key'** and **'HTTPS'** of the created app.
![Connect to Alchemy](images/apikey.png "Alchemy")
<Figure src={require('/docs/Builder/Node/img/apikey.png').default } width="100%" />

**Note:** The information in the image is already invalid, and this is just a sample.

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Builder Guides",
"position": 1
"position": 3
}
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion docs/builder-guides/index.md → docs/Builder/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Figure from '/src/components/figure'

# Build on Astar

<Figure caption="Documentation of all the resources builders need in order to start testing, deploying and interacting with smart contracts on the Astar network" src={require('/docs/builder-guides/img/build.png').default} width="1200px" />
<Figure caption="Documentation of all the resources builders need in order to start testing, deploying and interacting with smart contracts on the Astar network" src={require('/docs/Builder/img/build.png').default} width="1200px" />

## Why build on Astar?

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Astar is an interoperable blockchain platform for Polkadot and Ethereum ecosyste

## Overview of Astar Community Tutorials

- [**Build**](/docs/builder-guides) - Provides the resources you need to start building, testing, deploying, and interacting with smart contracts on Astar network.
- [**Build**](/docs/Builder) - Provides the resources you need to start building, testing, deploying, and interacting with smart contracts on Astar network.
- [**Docs Integration Request**](https://github.com/AstarNetwork/astar-community-tutorials/blob/main/docs-integration-request.md) - Provides information about how to make a documentation integration request for this repository.
2 changes: 1 addition & 1 deletion docs/learn/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Learn",
"position": 1
"position": 2
}
2 changes: 1 addition & 1 deletion docs/learn/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Greetings! We are delighted to welcome you to the educational segment of Astar C

Whether you're an aspiring developer or a newcomer to the world of blockchain, this section provides comprehensive insights into the inner workings of Astar network. Starting from the basics such as accounts, we delve into the intricate protocols that fuel the functionality of Astar.

To expand your knowledge about building applications or utilizing various tools on Astar, we recommend exploring the [builder guides](/docs/builder-guides) section.
To expand your knowledge about building applications or utilizing various tools on Astar, we recommend exploring the [builder guides](/docs/Builder) section.

## Foundations
[About Astar](/docs/learn/astar)
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const config = {
},
{
type: 'doc',
docId: 'builder-guides/index',
docId: 'Builder/index',
position: 'left',
label: 'Start Building',
},
Expand Down
Loading

0 comments on commit 0f8723f

Please sign in to comment.