Skip to content

A proof-of concept multi-proposer tendermint implementation for the CoW Protocol auction

Notifications You must be signed in to change notification settings

cowprotocol/cow-tendermint-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoW Tendermint

A multi-proposer tendermint implementation for the CoW Protocol auction.

Setup

  1. Run the devcontainer (or npm ci && cp env.example .env locally)
  2. 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)
  1. Run the script with npx tsx index.ts
  2. Make sure that the address with which you are signing is added to the validator/solver registry (cf. .env file for addresses)

About

A proof-of concept multi-proposer tendermint implementation for the CoW Protocol auction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published