https://github.com/cowprotocol/custom-order-ui
A tiny static HTML page for placing custom CoW Protocol orders with MetaMask
https://github.com/cowprotocol/custom-order-ui
Last synced: about 1 year ago
JSON representation
A tiny static HTML page for placing custom CoW Protocol orders with MetaMask
- Host: GitHub
- URL: https://github.com/cowprotocol/custom-order-ui
- Owner: cowprotocol
- License: other
- Created: 2022-05-16T08:09:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-20T07:08:46.000Z (over 2 years ago)
- Last Synced: 2025-04-12T23:13:50.297Z (about 1 year ago)
- Language: JavaScript
- Size: 446 KB
- Stars: 5
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CoW Protocol Custom Orders
A tiny static HTML page for placing custom CoW Protocol orders with MetaMask.
## Building
Building the static page requires:
- POSIX environment, specifically `make` and `sed`
- [Deno](https://deno.land) for bundling JavaScript
- _Optionally_ [cURL](https://curl.se) for uploading to IPFS
```sh
make # builds dist/index.html static page
make host # builds the static HTML page hosts it locally on port 8000
make ipfs # builds the static HTML page and uploads it to IPFS
make clean # cleans up the dist/ directory
```