Skip to content

deadmkt/deadmkt-node

Repository files navigation

deadmkt-node

Trading node for the DeadMKT decentralized batch-auction protocol on Supra.

Quick Start

git clone https://github.com/deadmkt/deadmkt-node.git
cd deadmkt-node
docker build -t deadmkt-node .
docker run -it -v deadmkt-data:/data deadmkt-node deadmkt-node setup

The setup wizard guides you through keypair generation, funding, token minting, and escrow registration.

After setup:

docker run -d --name deadmkt-node \
  -v deadmkt-data:/data \
  -e DEADMKT_KEYSTORE_PASSWORD='your_password' \
  --restart unless-stopped \
  deadmkt-node

Build from Source

cargo build --release
cargo test

Documentation

Full guides, strategy API reference, and protocol docs: deadmkt.com/docs

License

The node infrastructure is licensed under AGPL-3.0.

Example strategies (starter_bot/ and strategies/) are licensed under MIT.

See deadmkt.com/docs/community/license for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages