N
N
Nimera Blockchain
Search…
N
N
Nimera Blockchain
Eng
Nimera Blockchain Documentation
Quick Start
Transaction system
Network commission — the concept of charge and capacity
Command and transaction structure
ID calculation
EDS calculation
Common errors in transactions and commands
Managing commands for an account and its attributes
Balance transfer commands
Colored coins
Actualization of the core state in the payment network
Tendermint consensus parameter management
Account structure
API
Other
Adaptive Commission
Atomic swaps
Blockchain2Blochain interaction
Node structure
State tree
TestNet architecture
Powered By
GitBook
Nimera Blockchain Documentation
Build a powerful dApp on Nimera Blockchain, where transaction fees don't scale with the token price.
Welcome to Nimera Blockchain Documentation. To get yourself started, consider reading these chapters first.
Transaction system
State tree
Atomic swaps
Adaptive Commission
Node structure
Nimera Blockchain core is the central element of the Nimera ecosystem. It is designed to store accounts, keys, attributes, and more.
Network structure
Nimera Blockchains are built on a "star" topology.
Core
- The centerpiece of the network. Represents a database of accounts (and their attributes).
Payment network
- a specialized network for performing transfers. Connections:
Core.
...
Node structure
Functionally, the node is divided into three parts:
Node
(Application / State-machine) - the main part of the node State machine for tendermint. Performs transactions, monitors network accounts.
Tendermint
- synchronizes transactions between nodes All requests to the state machine go through tendermint.
Front-end service
- provides a standard interface to the node conceals the features of the tendermint API.
1
graph
LR
2
User
((
User
))
-->
Front
3
subgraph Peer
4
Front
-->
TM
5
TM
(
Tendermint
)
-->
App
6
TM
-
.
network
.
-
TM
7
end
Copied!
Next - Quick Start
Transaction system
Last modified
1yr ago
Copy link
Contents
Network structure
Node structure