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
Node structure
CoreTendermint and CoinTendermint run in the single-node mode.
Protocols used:
HTTP - HyperText Transfer Protocol
WS - WebSocket
TSP - Tendermint Socket Protocol
Mechanics with an intermediate proxy-service of the payment blockchain:
1
graph LR
2
User((User)) -- HTTP --> FrontC
3
User -- HTTP --> FrontP
4
User -- HTTP --> Grafana
5
6
subgraph Monitoring
7
Grafana[Grafana :3000] -- HTTP --> Prometheus[Prometheus :9090]
8
end
9
10
subgraph Peer
11
FrontC[CoreFront :8180] -- HTTP --> TMC
12
TMC(CoreTendermint :26000) -- TSP --> App[Peer]
13
14
bot -- HTTP --> TMC
15
bot -- HTTP --> FrontP
16
17
FrontP[CoinFront :8280] -- WebSocket --> App
18
19
App --> App
20
end
Copied!
Mechanics without an intermediate proxy-service of the payment blockchain:
1
graph LR
2
User((User)) -- HTTP --> FrontC
3
User -- HTTP --> App
4
User -- HTTP --> Grafana
5
6
subgraph Monitoring
7
Grafana[Grafana :3000] -- HTTP --> Prometheus[Prometheus :9090]
8
end
9
10
subgraph Peer
11
FrontC[CoreFront :8180] -- HTTP --> TMC
12
TMC(CoreTendermint :26000) -- TSP --> App[Peer]
13
14
bot -- HTTP --> TMC
15
bot -- HTTP --> App
16
17
App --> App
18
end
Copied!
Other - Previous
Blockchain2Blochain interaction
Next - Other
State tree
Last modified
1yr ago
Copy link