Owlto是基於以太坊L2 Rollup解決方案開發的Cross-Rollup模組,提供低成本、安全、快速的資產轉移解決方案。支援以太坊、Arbitrum One、Arbitrum Nova、Optimism、zkSync、StarkNet、Linea、Base、Scroll、Taiko、Polygon zkEVM、opBNB、BNB鍊等網路之間資產轉移,讓使用者可以在不同網路之間自由轉移資產。
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