An open API service indexing awesome lists of open source software.

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

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
```