You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/developers/interacting-with-voi-blockchain.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,6 @@ Interacting with the Voi blockchain is always done through a node in the network
4
4
5
5
Every node on the Voi blockchain network runs Voi Algod, software built into the node that allows users to interact with the network. There are 3 main ways to interact with the network through a node. There is the Command Line Interface (CLI), a series of APIs and SDKs implemented in a number of languages.
6
6
7
-
Developers should [run a local instance of a node](node-runners/run-a-participation-node.md) so that they can interact with Voi blockchain.
7
+
Developers should [run a local instance of a node](node-runners/run-a-participation-node.md) so that they can interact with Voi blockchain.
8
8
9
-
There are also [public APIs](developers/tools.md) available that expose the API of a node run by a 3rd party.
9
+
There are also [public APIs](developers/tools.md) available that expose the API of a node run by a 3rd party.
Copy file name to clipboardexpand all lines: docs/developers/start-here.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,4 @@
2
2
3
3
Voi blockchain comes complete with all of the resources necessary for developers to do what they do best, build.
4
4
5
-
Voi blockchain is a decentralized network. This requires developers to be able to interface through the endpoints of nodes that are connected to the network in order to read or write to the ledger.
5
+
Voi blockchain is a decentralized network. This requires developers to be able to interface through the endpoints of nodes that are connected to the network in order to read or write to the ledger.
Copy file name to clipboardexpand all lines: docs/ecosystem/governance.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
3
3
Voi's L1 blockchain governance model is inspired by the tripartite system used in various global governments, with its own unique adaptations. This model is structured around three distinct branches: Judicial (Block Authority Inc.), Legislative (Voi Council), and Executive (Voi Foundation), each tasked with specific functions and responsibilities to ensure equitable distribution of power and prevent dominance by any single person or entity.
4
4
5
-
The essence of adopting this tripartite system is to promote a community-driven approach, democratizing decision-making and maintaining the blockchain's operation in the best interests of its whole ecosystem.
5
+
The essence of adopting this tripartite system is to promote a community-driven approach, democratizing decision-making and maintaining the blockchain's operation in the best interests of its whole ecosystem.
6
6
7
7
Here’s an overview of each branch:
8
8
9
-
1.**Voi Council (Legislative):** This branch comprises community-elected members who reflect the community's voice, interest and priorities. It is responsible for crafting and modifying governance rules, as well as proposing new initiatives.
9
+
1.**Voi Council (Legislative):** This branch comprises community-elected members who reflect the community's voice, interest and priorities. It is responsible for crafting and modifying governance rules, as well as proposing new initiatives.
10
10
2.**Voi Foundation (Executive):** This branch includes both elected and appointed community members. It is responsible for the implementation of policies and decisions formulated by the Council, aligning daily operations with the community’s values and objectives.
11
11
3.**Voi Inc. (Judicial):** Operated by the founders and appointed members, this branch provides guidance and ensures continuity. It safeguards the constitution and the blockchain’s core principles, acting as a guardian against unnecessary or capricious changes, ensuring amendments are justified and significant.
12
12
13
-
Voi’s governance model is built on the principle of checks and balances, ensuring that no branch overpowers another and that the blockchain remains a balanced, transparent, and equitable system for all participants. It is an on-chain mechanism that ensures dedicated members of the Voi ecosystem can influence the future of the network and ecosystem.
13
+
Voi’s governance model is built on the principle of checks and balances, ensuring that no branch overpowers another and that the blockchain remains a balanced, transparent, and equitable system for all participants. It is an on-chain mechanism that ensures dedicated members of the Voi ecosystem can influence the future of the network and ecosystem.
Voi is a community-owned and operated L1 blockchain and ecosystem.
3
+
Voi is a community-owned and operated L1 blockchain and ecosystem.
4
4
5
-
Voi uniquely allocates a majority of the ecosystem’s resources to those directly adding value to the network. Voi aims mto solve the problem found in many blockchains today, which is a lack of decentralization, lack of self governance, lack of community investment, and continued complexity that inhibits mainstream usage.
5
+
Voi uniquely allocates a majority of the ecosystem’s resources to those directly adding value to the network. Voi aims mto solve the problem found in many blockchains today, which is a lack of decentralization, lack of self governance, lack of community investment, and continued complexity that inhibits mainstream usage.
Copy file name to clipboardexpand all lines: docs/node-runners/overview.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Some common configurations are:
18
18
19
19
### Participation Nodes
20
20
21
-
Participation nodes are the nodes that participate in consensus and that transactions are submitted from. These are the nodes that accounts are staked on and they store the last 1000 blocks of the ledger.
21
+
Participation nodes are the nodes that participate in consensus and that transactions are submitted from. These are the nodes that accounts are staked on and they store the last 1000 blocks of the ledger.
Copy file name to clipboardexpand all lines: docs/understanding-voi/accounts.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Accounts
2
2
3
-
Accounts at their core are structures that contain a few different objects including keys, They are commonly referred to as Addresses as one of the objects that they encapsulate that is visible and commonly used is the Address of the account.
3
+
Accounts at their core are structures that contain a few different objects including keys, They are commonly referred to as Addresses as one of the objects that they encapsulate that is visible and commonly used is the Address of the account.
4
4
5
5
6
6
### Structure
@@ -17,7 +17,7 @@ Your address can be freely shared and is how you and others will uniquely identi
17
17
18
18
On Voi the seed phrase for an account is 25 human readable words in a specific order.
19
19
20
-
From this seed phrase you can derive the private key that is used to sign transactions.
20
+
From this seed phrase you can derive the private key that is used to sign transactions.
21
21
22
22
You should never share your seed phrase because you can derive the private key from it.
23
23
@@ -43,12 +43,12 @@ Public keys can be freely shared, but it is unlikely you will need to, or that y
43
43
44
44
#### Balance
45
45
46
-
Every account has an associated balance. That is the number of Voi tokens that it holds.
46
+
Every account has an associated balance. That is the number of Voi tokens that it holds.
47
47
48
48
49
49
#### Minimum Balance
50
50
51
-
Every account that exists on Voi has a minimum balance. This starts at 0.1 Voi and increases with each smart contract opted into or standard asset held. Opting out of already opted into smart contracts or full removal of standard assets from an account decreases the minimum balance.
51
+
Every account that exists on Voi has a minimum balance. This starts at 0.1 Voi and increases with each smart contract opted into or standard asset held. Opting out of already opted into smart contracts or full removal of standard assets from an account decreases the minimum balance.
52
52
53
53
As the number of accounts created increases it means that the amount of Voi locked up increases too. It’s worth noting here that every smart contract has an account too, so every smart contract also increases the amount of locked up Voi.
54
54
@@ -63,7 +63,7 @@ Offline accounts are not participating in consensus. Online accounts are partici
63
63
64
64
### Features
65
65
66
-
Below are features special to Voi that drastically improve the network’s user experience when compared to other chains.
66
+
Below are features special to Voi that drastically improve the network’s user experience when compared to other chains.
67
67
68
68
69
69
#### Multisig
@@ -77,7 +77,7 @@ The address of a multisig account is derived from the ordered list of the standa
77
77
78
78
#### Rekeying
79
79
80
-
Rekeying is a feature that swaps out the private key that is used to sign for an account to a different one.
80
+
Rekeying is a feature that swaps out the private key that is used to sign for an account to a different one.
81
81
82
82
This means that accounts can maintain the same public key and address, but a different private key from another account must be used to sign transactions instead. The original private key cannot be used to sign transactions.
0 commit comments