A multi-proposer tendermint implementation for the CoW Protocol auction.
- Run the devcontainer (or
npm ci && cp env.example .env
locally) - Either export an existing private key or generate a new random one with
export PK=$(hexdump -vn32 -e'"0x" 8/4 "%08x" 1 "\n"' /dev/urandom)
- Run the script with
npx tsx index.ts
- Make sure that the address with which you are signing is added to the validator/solver registry (cf.
.env
file for addresses)