citadel-tech / coinswap

Functioning, minimal-viable binaries and libraries to perform a trustless, p2p Maxwell-Belcher Coinswap Protocol

Home Page:https://gist.github.com/chris-belcher/9144bd57a91c194e332fb5ca371d0964

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feature: Read configuration from file

rajarshimaitra opened this issue · comments

commented

Currently all the Taker and Maker configurations are hardcode. Make it read from a config file. It can be simply a toml config file.

commented

Done in #54