Owlto เป็นโมดูล Cross-Rollup ที่พัฒนาขึ้นโดยใช้โซลูชัน Ethereum L2 Rollup ซึ่งเป็นโซลูชันการถ่ายโอนสินทรัพย์ที่มีต้นทุนต่ำ ปลอดภัย และรวดเร็ว รองรับการถ่ายโอนสินทรัพย์ระหว่างเครือข่าย เช่น Ethereum, Arbitrum One, Arbitrum Nova, Optimism, zkSync, StarkNet, Linea, Base, Scroll, Taiko, Polygon zkEVM, opBNB และ BNB chain ช่วยให้ผู้ใช้สามารถถ่ายโอนสินทรัพย์ระหว่างเครือข่ายต่างๆ ได้อย่างอิสระ
Owlto-frontend
├── public/ # static files
│ └── index.html # html template
│
├── src/ # Project root
│ ├── views/ # Implement project page.
│ ├── components/ # Implement project components
│ ├── assets/ # Static resources that store images, basic styles, icons.
│ ├── common/ # Common project tools.
│ ├── router/ # Project page routing.
│ ├── store/ # Global page status data.
│ ├── wagmi/ # Ethereum interaction framework
│ ├── utils/ # Responsive tool.
│ ├── api/ # Request tool.
│ ├── abi/ # Contract interface.
│ ├── ...
│
├── package.json
└── ...
npm install
npm run dev
npm run build