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
andsed
- Deno for bundling JavaScript
- Optionally cURL for uploading to IPFS
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