Skip to content

Commit 5f7eec6

Browse files
jpop32gitbook-bot
authored andcommitted
GitBook: [master] 66 pages and 40 assets modified
1 parent 73835e4 commit 5f7eec6

39 files changed

+8
-8
lines changed

.gitbook/assets/image (1).png

254 KB
Loading

.gitbook/assets/image (10).png

130 KB
Loading

.gitbook/assets/image (11).png

110 KB
Loading

.gitbook/assets/image (13).png

42.7 KB
Loading

.gitbook/assets/image (14).png

61 KB
Loading

.gitbook/assets/image (15).png

389 KB
Loading

.gitbook/assets/image (16).png

51.4 KB
Loading

.gitbook/assets/image (18).png

392 KB
Loading

.gitbook/assets/image (19).png

261 KB
Loading

.gitbook/assets/image (2).png

91.6 KB
Loading
File renamed without changes.

.gitbook/assets/image (22).png

324 KB
Loading

.gitbook/assets/image (25).png

52.8 KB
Loading

.gitbook/assets/image (26).png

63.1 KB
Loading

.gitbook/assets/image (3).png

22.6 KB
Loading

.gitbook/assets/image (4).png

1.05 MB
Loading

.gitbook/assets/image (5).png

32.8 KB
Loading

.gitbook/assets/image (7).png

309 KB
Loading

.gitbook/assets/image (9).png

133 KB
Loading

.gitbook/assets/main.png

130 KB
Loading
83.1 KB
Loading

.gitbook/assets/rj6s6ey.gif

20.6 MB
Loading

.gitbook/assets/screenshot_5.png

18.3 KB
Loading

.gitbook/assets/screenshot_71.png

64.9 KB
Loading

.gitbook/assets/screenshot_73.png

200 KB
Loading

.gitbook/assets/screenshot_74.png

65.5 KB
Loading

.gitbook/assets/screenshot_75.png

57.8 KB
Loading

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ AVAX is the native token of Avalanche. It’s a hard-capped, scarce asset that i
5252

5353
## Avalanche Consensus Protocol
5454

55-
![Consensus Comparison](.gitbook/assets/consensus-comparison.png)
55+
![Consensus Comparison](.gitbook/assets/image%20%2810%29.png)
5656

5757
Protocols in the Avalanche family operate through repeated sub-sampled voting. When a [validator](http://support.avalabs.org/en/articles/4064704-what-is-a-blockchain-validator) is determining whether a [transaction](http://support.avalabs.org/en/articles/4587384-what-is-a-transaction) should be accepted or rejected, it asks a small, random subset of validators whether they think the transaction should be accepted or rejected. If the queried validator thinks the transaction is invalid, has already rejected the transaction, or prefers a conflicting transaction, it replies that it thinks the transaction should be rejected. Otherwise, it replies that it thinks the transaction should be accepted.
5858

build/release-notes/avalanchego.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ For assistance with this update, follow our [Developer FAQ](https://support.aval
231231

232232
## v1.0.4 AvalancheGo Release Notes \([View on GitHub](https://github.com/ava-labs/avalanchego/releases/tag/v1.0.4)\)
233233

234-
![AvalancheGo release notes v1.0.4.png](../../.gitbook/assets/AvalancheGo-release-notes-v1.0.4.png)
234+
![AvalancheGo release notes v1.0.4.png](../../.gitbook/assets/image%20%2817%29.png)
235235

236236
{% hint style="danger" %}
237237
This update is optional but encouraged. The patch includes quality of life improvements and various performance enhancements. Note that this update requires the CLI parameters to be specified with -- rather than allowing for either - or --. For example, `-public-ip=127.0.0.1` is no longer allowed and must be specified as `--public-ip=127.0.0.1`. Otherwise, this update is backwards compatible.

build/tutorials/nodes-and-staking/setting-up-an-avalanche-node-with-amazon-web-services-aws.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ It is _highly_ recommended that you set up Multi-Factor Authentication on your A
2020

2121
Once your account is set up, you should create a new EC2 instance. An EC2 is a virtual machine instance in AWS's cloud. Go to the [AWS Management Console](https://console.aws.amazon.com/) and enter the EC2 dashboard.
2222

23-
![AWS Management Console.png](../../../.gitbook/assets/AWS-Management-Console.png)
23+
![AWS Management Console.png](../../../.gitbook/assets/image%20%2835%29.png)
2424

2525
To log into the EC2 instance, you will need a key on your local machine that grants access to the instance. First, create that key so that it can be assigned to the EC2 instance later on. On the bar on the left side, under **Network & Security**, select **Key Pairs.**
2626

27-
![Select "Key Pairs" under the "Network & Security" drop-down.](../../../.gitbook/assets/Network-and-Security.png)
27+
![Select "Key Pairs" under the "Network & Security" drop-down.](../../../.gitbook/assets/image%20%2838%29.png)
2828

2929
Select **Create key pair** to launch the key pair creation wizard.
3030

build/tutorials/smart-contracts/deploy-a-smart-contract-on-avalanche-using-remix-and-metamask.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Introduction
44

5-
![Primary Network](../../../.gitbook/assets/primary-network.png)
5+
![Primary Network](../../../.gitbook/assets/image%20%2821%29.png)
66

77
Avalanche's Primary Network is a subnet that has three chains: P-Chain, X-Chain, and C-Chain. The C-Chain is an instance of the Ethereum Virtual Machine powered by Avalanche’s Snowman consensus protocol. The [C-Chain RPC](../../avalanchego-apis/contract-chain-c-chain-api.md) can do anything a typical Ethereum client can by using the Ethereum-standard RPC calls. The immediate benefits of using the C-Chain rather than Ethereum are all of the benefits of using Avalanche. These properties that could considerably improve the performance of DApps and the user experience.
88

@@ -12,7 +12,7 @@ Today, we will deploy and test a smart contract on Avalanche using Remix and Met
1212

1313
Log in to MetaMask -> Click the Network drop-down -> Select Custom RPC
1414

15-
![metamask network dropdown](../../../.gitbook/assets/metamask-network-dropdown.png)
15+
![metamask network dropdown](../../../.gitbook/assets/image%20%2860%29.png)
1616

1717
#### **Avalanche Mainnet Settings:**
1818

build/tutorials/smart-digital-assets/how-to-use-wavax-on-avalanche.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In this tutorial, you will:
2323

2424
After you log in to your Metamask account, connect it to the Avalanche network. Click the Network drop-down -> Select **Custom RPC**:
2525

26-
![metamask network dropdown](../../../.gitbook/assets/metamask-network-dropdown.png)
26+
![metamask network dropdown](../../../.gitbook/assets/image%20%2860%29.png)
2727

2828
Enter the information for the network of your choice:
2929

learn/platform-overview/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Avalanche features 3 built-in blockchains: [**Exchange Chain \(X-Chain\)**](./#e
88

99
Here are tutorials on [creating a subnet](../../build/tutorials/platform/create-a-subnet.md) and [adding validators](../../build/tutorials/nodes-and-staking/add-a-validator.md) to a subnet.
1010

11-
![Primary network](../../.gitbook/assets/primary-network.png)
11+
![Primary network](../../.gitbook/assets/image%20%2821%29.png)
1212

1313
## Subnets
1414

0 commit comments

Comments
 (0)