Skip to content

Commit

Permalink
Add infrastructure folder
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Sep 16, 2020
1 parent db50a70 commit e2b6687
Show file tree
Hide file tree
Showing 48 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ members = [
"core/bin/key_generator",
"core/bin/server",
"core/bin/prover",
"core/bin/tok_cli",

"core/lib/circuit",
"core/lib/crypto_exports",
Expand All @@ -16,4 +15,6 @@ members = [

"core/tests/testkit",
"core/tests/loadtest",

"infrastructure/tok_cli",
]
4 changes: 3 additions & 1 deletion docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ This section provides an overview on folders / sub-projects that exist in this r
- `/js`: Configuration files for JavaScript applications (such as Explorer).
- `/tesseracts`: Configuration for `tesseracts` minimalistic blockchain explorer (used for development).
- `/tokens`: Configuration of supported Ethereum ERC-20 tokens.
- `/explorer`: A blockchain explorer for zkSync network.
- `/infrastructure`: Application that aren't naturally a part of zkSync core, but are related to it.
- `/explorer`: A blockchain explorer for zkSync network.
- `/tok_cli`: A command-line utility for adding new supported tokens into zkSync
- `/keys`: Verification keys for `circuit` module.
- `/sdk`: Implementation of client libraries for zkSync network in different programming languages.
- `/zksync-crypto`: zkSync network cryptographic primitives, which can be compiled to WASM.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"vue": "^2.6.10",
"vue-router": "^3.1.3",
"vue-timers": "^2.0.4",
"zksync": "link:../sdk/zksync.js"
"zksync": "link:../../sdk/zksync.js"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.0.0",
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Vlad Bochok <[email protected]>"]
edition = "2018"

[dependencies]
models = { path = "../../lib/models", version = "0.0.1" }
models = { path = "../../core/lib/models", version = "0.0.1" }

anyhow = "1.0"
tokio = { version = "0.2", features = ["full"] }
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e2b6687

Please sign in to comment.