zksync-web-era-docs
zksync-web-era-docs copied to clipboard
zkSync Era Documentation
Downloading zksolc 1.3.5 Error in plugin @matterlabs/hardhat-zksync-solc: connect ECONNREFUSED 0.0.0.0:443 how to solve this
Patch description: 1. Relevant compiler docs are extracted from the smart contract page and moved to a newly created chapter dedicated to our toolchain. 2. The overview describes our toolchain...
Testing the patches to PR new suggestion mechanism, first with Idiomatic updates to compiler overview.md. (It may be easier to accumulate edits in this PR before merging my branch into...
My ETH address: 0xC08314D6E1e1CfF0787a51a12F7eEB8FF9921eDC I fixed missing one step in "Connecting to zkSync Era on Metamask" Kindly review, thank you.
zksync
https://github.com/matter-labs/zksync-web-era-docs/blob/5130249955cf49ab29b676d383bc4e8de2675835/docs/api/hardhat/getting-started.md?plain=1#L34 ``` ➜ yarn init -y && yarn add -D typescript ts-node ethers@^5.7.2 zksync-web3 hardhat @matterlabs/hardhat-zksync-solc @matterlabs/hardhat-zksync-deploy yarn init v1.22.19 warning The yes flag has been set. This will automatically...
Since you have open sourced the bootloader contract it needs to be updated, some devs or researchers who wants to build on a top of zkSync Era may be confused...
Fixed Swift SDK link
PR contains the following: - Gas estimation for transactions with custom and paymaster accounts. - Code tabs across all tutorials.
This is working and clarified up to Calling the contract L1->L2, which is erroring. So 95% down currently.