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
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.
4
4
5
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/understanding-voi/core-concepts.md
+14-14
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,17 @@ Gain a comprehensive grasp of the fundamental principles underlying the operatio
4
4
5
5
6
6
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. |
| 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