Skip to content

Commit

Permalink
Merge branch 'staging' into sprint-1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Kishan-Dhakan authored Oct 9, 2023
2 parents c845663 + d0f62a4 commit 9b20566
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Other apps are [Bolt](https://bolt.holdings/), a wallet that is very secure with

## Architecture

`zwallet` can be configured to work with any 0chain network. It uses a config and a wallet file stored on the local filesystem.
`zwallet` can be configured to work with any Züs network. It uses a config and a wallet file stored on the local filesystem.

For most transactions, `zwallet` uses the `0dns` to discover the network nodes, then creates and submits transaction(s) to the miners, and finally waits for transaction confirmation on the sharders.

Expand Down
Binary file modified docs/architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/architecture.puml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ folder filesystem {
file "\~/.zcn/wallet.json" as wallet
}

cloud "0chain network" {
cloud "Züs network" {

node miners [
Miner1
Expand Down Expand Up @@ -40,4 +40,4 @@ note bottom of sharders: holds blockchain data
note bottom of 0dns: serves the latest miner and sharder node details


@enduml
@enduml

0 comments on commit 9b20566

Please sign in to comment.