Skip to content

Commit d00cd53

Browse files
committed
Typographical corrections
1 parent 7acdc21 commit d00cd53

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed

docs/developers/networks.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Networks
22

3-
Voi blockchain will have two public networks, mainnet & testnet. Right now, there only exists the testnet network.
3+
Voi blockchain will have two public networks, mainnet and testnet. Right now, there only exists the testnet network.
44

55
### Mainnet
66

77
Coming soon.
88

99
### Testnet
1010

11-
Genesis ID: voitest-v1
11+
Genesis ID: `voitest-v1`
1212

13-
Genesis Hash: IXnoWtviVVJW5LGivNFc0Dq14V3kqaXuK2u5OQrdVZo=
13+
Genesis Hash: `IXnoWtviVVJW5LGivNFc0Dq14V3kqaXuK2u5OQrdVZo=`
1414

1515
### Devnet
1616

docs/developers/sdk.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# SDK
22

3-
In order to simply access the APIs there are a number of SDKs available in different languages.
3+
To simply access the APIs there are a number of SDKs available in different languages.
44

5-
Currently there is official SDK support for:
5+
Currently, there is official SDK support for:
66

77
* [JavaScript](https://github.com/algorand/js-algorand-sdk)
88
* [Go](https://github.com/algorand/go-algorand-sdk)

docs/developers/start-here.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Start Here
22

3-
Voi blockchain comes complete with all of the resources necessary for developers to do what they do best, build.
3+
Voi blockchain comes complete with all the resources necessary for developers to do what they do best, build.
44

55
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.

docs/understanding-voi/assets.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Assets on Voi come in two different flavors. Each of which are powerful and can be leveraged in different ways to achieve the same outcome.
44

5-
Both can be used to represent Fungible & Non-Fungible resources on the Voi blockchain as assets.
5+
Both can be used to represent Fungible and Non-Fungible resources on the Voi blockchain as assets.
66

77
The main difference is that Standard Assets require a recipient to opt in to receive the asset first and they are not as extensible as Smart Assets.
88

docs/understanding-voi/core-concepts.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ Gain a comprehensive grasp of the fundamental principles underlying the operatio
44

55

66

7-
| Concept | Description |
8-
| ------------ | ----------- |
9-
| Accounts | A structure that encapsulates an address, keys, and a balance. Accounts also have certain attributes & features. |
10-
| Wallets | A container that stores and facilitates the interaction with multiple accounts. |
11-
| Assets | A structure to represent fungible and non-fungible resources on the Voi blockchain. |
12-
| Transactions | A structure signed by accounts that is used to interact with the Voi blockchain. |
13-
| Transaction Fees | The cost to submit a signed transaction to the network and have it written to a block of the Voi blockchain. |
14-
| Blocks | A structure that contains signed transactions that are to be written to the Voi blockchain. |
15-
| State Proofs | A cryptographic proof of state changes that occurred within a set of blocks which is created, signed and submitted as a transaction by the Voi blockchain. |
16-
| Consensus | The way blocks are selected and written to the Voi blockchain. |
17-
| Nodes | Machines that are running the necessary software to participate in the Voi blockchain. |
18-
| Smart Contracts | A structure of executable logic, state and an account that is remotely called by transactions on the Voi blockchain. |
19-
| Smart Signatures | A structure of executable logic and optionally an account to exclusively sign transactions on the Voi blockchain. |
20-
| Virtual Machine | How the logic from smart contracts and smart signatures is evaluated by nodes in the Voi blockchain. |
7+
| Concept | Description |
8+
| ------------ |------------------------------------------------------------------------------------------------------------------------------------------------------------|
9+
| Accounts | A structure that encapsulates an address, keys, and a balance. Accounts also have certain attributes and features. |
10+
| Wallets | A container that stores and facilitates the interaction with multiple accounts. |
11+
| Assets | A structure to represent fungible and non-fungible resources on the Voi blockchain. |
12+
| Transactions | A structure signed by accounts that is used to interact with the Voi blockchain. |
13+
| Transaction Fees | The cost to submit a signed transaction to the network and have it written to a block of the Voi blockchain. |
14+
| Blocks | A structure that contains signed transactions that are to be written to the Voi blockchain. |
15+
| State Proofs | A cryptographic proof of state changes that occurred within a set of blocks which is created, signed and submitted as a transaction by the Voi blockchain. |
16+
| Consensus | The way blocks are selected and written to the Voi blockchain. |
17+
| Nodes | Machines that are running the necessary software to participate in the Voi blockchain. |
18+
| Smart Contracts | A structure of executable logic, state and an account that is remotely called by transactions on the Voi blockchain. |
19+
| Smart Signatures | A structure of executable logic and optionally an account to exclusively sign transactions on the Voi blockchain. |
20+
| Virtual Machine | How the logic from smart contracts and smart signatures is evaluated by nodes in the Voi blockchain. |

0 commit comments

Comments
 (0)