|
1 | | -scp -i ~/Documents/infos/kstore/1.pm -r build ubuntu@18.182.7.84:~/tradingroom/leochan/loopring-web/packages/webapp |
| 1 | +<p align="center"> |
| 2 | + <a href="https://github.com/Loopring/loopring-web-v2" rel="noopener" target="_blank"><img width="150" src="https://loopring.org/images/logo.svg" alt="Loopring-website"></a> |
| 3 | +</p> |
2 | 4 |
|
3 | | -# Generate CA private key |
4 | | -openssl genrsa -out ca.key 2048 |
5 | | -# Generate CSR |
6 | | -openssl req -new -key ca.key -out ca.csr |
7 | | -# Generate Self Signed certificate(CA 根证书) |
8 | | -openssl x509 -req -days 3650 -in ca.csr -signkey ca.key -out ca.crt |
| 5 | +<h1 align="center">Loopring Application</h1> |
| 6 | +<div align="center"> |
| 7 | +<h2>Ethereum’s First zkRollup Layer2</h2> |
| 8 | +<p>Secure, Fast, and Cheap</p> |
9 | 9 |
|
10 | | --config |
| 10 | +[](https://github.com/Loopring/loopring-web-v2/master/LICENSE) |
11 | 11 |
|
12 | | -# private key |
13 | | -openssl genrsa -des3 -out server.key 1024 |
14 | | -# generate csr |
15 | | -openssl req -new -key server.key -out server.csr |
16 | | -# generate certificate |
17 | | -openssl ca -in server.csr -out server.crt -cert ca.crt -keyfile ca.key |
| 12 | +[](https://www.npmjs.com/package/react-data-grid) |
18 | 13 |
|
19 | | -openssl genrsa -des3 -out client.key 1024 |
20 | | -openssl req -new -key client.key -out client.csr |
21 | | -openssl ca -in client.csr -out client.crt -cert ca.crt -keyfile ca.key |
| 14 | +<!-- [](https://www.npmjs.com/package/react-data-grid) --> |
22 | 15 |
|
23 | | -export OPENSSL_CONF=/usr/lib/ssl/openssl.cnf |
| 16 | +</div> |
| 17 | + |
| 18 | +## 🚀 Quick Start |
| 19 | + |
| 20 | +```bash |
| 21 | +// with yarn |
| 22 | +yarn install |
| 23 | +yarn up |
| 24 | +cd ./packages/webapp |
| 25 | +npm run dev |
| 26 | + |
| 27 | + |
| 28 | +``` |
| 29 | +## 📚 Loopring UI component StoryBook |
| 30 | +```bash |
| 31 | + |
| 32 | +cd ./packages/component-lib |
| 33 | +npm run storybook |
| 34 | +``` |
| 35 | + |
| 36 | +## 🏗 Framework Design |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | +## 👉 [What is Loopring?](https://loopring.org/#/) |
| 41 | + |
| 42 | +## 🫂 Community |
| 43 | +- [Loopring Website](https://loopring.org/) |
| 44 | +- [Loopring Exchange](https://loopring.io/#/layer2) |
| 45 | +- [Loopring Reddit](https://www.reddit.com/r/loopringorg/) |
| 46 | +- [Loopring Medium](https://medium.com/loopring-protocol) |
| 47 | +- [Loopring Twitter](https://twitter.com/loopringorg) |
| 48 | +- [Loopring Telegram](https://t.me/loopring_en) |
| 49 | + |
| 50 | + |
| 51 | +## 👺 For Developer |
| 52 | +- We appreciate any improvements or initiatives for Loopring Layer2 website, please view the source code in `./packages/component-lib`. |
| 53 | +- The project contains a separate lib "web3-provider", which is a third-party ETH web3 wallet provider service (wallectConnect & metamask), |
| 54 | +- You are welcome to reuse it or integrate your provider service with our website. |
| 55 | +- Feel free to leave suggestions or ideas. |
| 56 | + |
| 57 | +### 📒 API & Dependency |
| 58 | +- [Web3-Provider](https://www.npmjs.com/package/@loopring-web/web3-provider) |
| 59 | +- [Loopring-sdk](https://www.npmjs.com/package/@loopring-web/loopring-sdk) |
| 60 | +- [Python](https://github.com/Loopring/hello_loopring) |
| 61 | +- [APIs](https://docs.loopring.io/en/) |
| 62 | + |
| 63 | + |
| 64 | +## 🙋 Protocol & Architecture |
| 65 | + |
| 66 | +- [Whitepaper](https://loopring.org/resources/en_whitepaper.pdf) |
| 67 | +- [Design Docs](https://github.com/LoopringSecondary/docs/wiki/Loopring3_Design) |
| 68 | + |
| 69 | +## ❓[Help](https://desk.zoho.com/portal/loopring/en/home) |
| 70 | + |
| 71 | +## 🔑 Security |
| 72 | + |
| 73 | +- [Wallet](https://security.loopring.io/) |
| 74 | +- [Protocol Audit](https://loopring.org/resources/loopring1.0_audit.pdf) |
| 75 | + |
| 76 | +## Release Process |
| 77 | +alpha.loopring.io, beta.loopring.io, static.loopring.io, and loopring.io are now auto deployed using Vercel. |
0 commit comments