Skip to content

linked0/zksync-era

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zkSync Era: A ZK Rollup For Scaling Ethereum

Logo

테스트

네트워크 및 서버 실행

  • 네트워크: poohgithub/poohgeth 리파지토리
cd poohnet
./init-cmd local
./enode-cmd
  • DB 서버: poohgithub/zksync-era 리파지토리
cd poohnet/local-setup
./start-sql.sh
  • zkSync 서버: poohgithub/zksync-era 리파지토리
./localentry.sh

컨트랙트 테스트

  • greeter-example: poohgithub/zksync-era 리파지토리
cd poohnet/greeter-example
yarn
yarn deploy-test
yarn greet-test
  • paymaster-examples: poohgithub/zksync-era 리파지토리
cd poohneet/paymaster-examples
yarn deploy:contracts
yarn test:contracts

모듈 관계도 및 테스트

  • zksync-web3와 hardhat-zksync-deploy 관계
  • hardhat-zksync-deploy와 zksync-server의 관계
  • paymaster-examples/test/allowlist.test.ts 테스트

Relations

Overview

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 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 bounties 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.

Releases

No releases published

Packages

No packages published

Languages

  • Rust 80.5%
  • TypeScript 13.4%
  • Solidity 4.6%
  • Dockerfile 0.6%
  • JavaScript 0.5%
  • Shell 0.2%
  • Other 0.2%