mirror of
https://github.com/zkopru-network/zkopru.git
synced 2026-01-10 06:57:58 -05:00
docs: update README
This commit is contained in:
29
README.md
29
README.md
@@ -2,11 +2,10 @@
|
||||
|
||||

|
||||
|
||||
An audit for the Zkopru testnet v2 is on the process!
|
||||
|
||||
| Branch | Status |
|
||||
| --------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `develop` | [](https://app.circleci.com/pipelines/github/zkopru-network/zkopru) |
|
||||
| Branch | Status |
|
||||
| --------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `main` | [](https://app.circleci.com/pipelines/github/zkopru-network/zkopru?branch=main) |
|
||||
| `develop` | [](https://app.circleci.com/pipelines/github/zkopru-network/zkopru?branch=develop) |
|
||||
|
||||

|
||||
|
||||
@@ -14,12 +13,11 @@ An audit for the Zkopru testnet v2 is on the process!
|
||||
|
||||
Zkopru(zk-optimistic-rollup) is a layer-2 scaling solution for private transactions using zk-SNARK and optimistic rollup. It supports private transfer and private atomic swap within the layer-2 network between ETH, ERC20, ERC721 at a low cost. Also, with the pay-in-advance feature, users can withdraw assets from the layer-2 before the finalization.
|
||||
|
||||
## Usage
|
||||
## Related projects
|
||||
|
||||
```shell
|
||||
npm install -g @zkopru/cli
|
||||
zkopru-wallet
|
||||
```
|
||||
- [Zkopru Wallet](https://github.com/zkopru-network/wallet)
|
||||
- [Private Exchange](https://github.com/zkopru-network/private-exchange)
|
||||
- [Payment Service](https://github.com/zkopru-network/merchant-payment-service)
|
||||
|
||||
## Get more information
|
||||
|
||||
@@ -27,11 +25,20 @@ zkopru-wallet
|
||||
|
||||
- [Document](https://docs.zkopru.network) [(edit)](https://github.com/wanseob/docs.zkopru.network)
|
||||
|
||||
## Audits
|
||||
|
||||
- [1st audit report by Least Authority](https://github.com/zkopru-network/resources/blob/main/audits/v1/Least%20Authority%20-%20Ethereum%20Foundation%20Zkopru%20zk-SNARK%20Circuits%20%2B%20Smart%20Contracts%20-%20Final%20Audit%20Report.pdf)
|
||||
- [2nd audit report by Igor Gulamov](https://github.com/zkopru-network/resources/blob/main/audits/v2/AUDIT-REPORT.md)
|
||||
|
||||
## Trusted Setup
|
||||
|
||||
- [Trusted Setup Result](https://storage.googleapis.com/zkopru-mpc-files/index.html)
|
||||
- [Keys](https://ipfs.io/ipfs/QmSQtbTnt5RWrP8uWJ3S5xUKntTx2DqcM7mM5vUg9uJGxq)(ipfs cid: QmSQtbTnt5RWrP8uWJ3S5xUKntTx2DqcM7mM5vUg9uJGxq)
|
||||
|
||||
## Stress Testing
|
||||
|
||||
- [Go to repo](https://github.com/zkopru-network/stress-test)
|
||||
|
||||
## Contribution
|
||||
|
||||
- [Code of conduct](./CODE_OF_CONDUCT.md)
|
||||
@@ -53,6 +60,8 @@ zkopru-wallet
|
||||
- Thore Hildebrandt ([@ETHorHIL](https://github.com/ETHorHIL), hildebrandtthore@gmail.com)
|
||||
- Geoff Lamperd ([@glamperd](https://github.com/glamperd))
|
||||
- Jinhwan Shin ([@sifnoc](https://github.com/sifnoc))
|
||||
- Rachel Akerley ([@rachelaux](https://github.com/rachelaux))
|
||||
- Takamichi Tsutsumi ([@tkmct](https:?/github.com/tkmct))
|
||||
|
||||
## License
|
||||
|
||||
|
||||
Reference in New Issue
Block a user