Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.
/ via-server Public archive
forked from matter-labs/zksync-era

Validum on Bitcoin (based on Zksync-Era)

License

Notifications You must be signed in to change notification settings

vianetwork/via-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fork Code Conventions !!IMPORTANT!!

The original repository of this fork is still in Alpha, so many breaking changes are expected. With that in mind, we've developed a strategy to minimize synchronization conflicts as much as possible, employing the following heuristics:

  • Copy, don't modify. Do not modify a source file, instead, clone it with the prefix via-.

For example, if we are using a library, let's say core/lib/dal/src/metrics.rs and we need to modify the file, we copy and paste it attaching the prefix, like so: core/lib/dal/src/via-metrics.rs.

That way, when we synchronize this fork, we will never have a git conflict because we've created a new file. Then, we can look at the changes in the original file and decide if we want to implement those changes in the copied file.

This rule also applies to binaries.

Running our new binaries

If we create a new binary, we should add it to the ./Cargo.toml under “members” section, and execute it with cargo -p flag: cargo run -p new-bin.

zkSync Era: A ZK Rollup For Scaling Ethereum

Logo

ZKsync Era is a layer 2 rollup that uses zero-knowledge proofs to scale Ethereum without compromising on security or decentralization. Since it's EVM compatible (Solidity/Vyper), 99% of Ethereum projects can redeploy without refactoring or re-auditing a single line of code. ZKsync Era also uses an LLVM-based compiler that will eventually let developers write smart contracts in C++, Rust and other popular languages.

Knowledge Index

The following questions will be answered by the following resources:

Question Resource
What do I need to develop the project locally? development.md
How can I set up my dev environment? setup-dev.md
How can I run the project? launch.md
What is the logical project structure and architecture? architecture.md
Where can I find protocol specs? specs.md
Where can I find developer docs? docs

Policies

License

ZKsync Era is distributed under the terms of either

at your option.

Official Links

Disclaimer

ZKsync Era has been through lots of testing and audits. Although it is live, it is still in alpha state and will go through more audits and bug bounty programs. We would love to hear our community's thoughts and suggestions about it! It is important to state that forking it now can potentially lead to missing important security updates, critical features, and performance improvements.

About

Validum on Bitcoin (based on Zksync-Era)

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 91.4%
  • TypeScript 6.4%
  • Solidity 1.6%
  • Dockerfile 0.3%
  • Shell 0.2%
  • Nix 0.1%