You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
205 B

5 years ago
  1. # tor-eth-online-shop
  2. Online shop through Tor hidden service, that allows payments in Ethereum.
  3. ## Run
  4. First edit configEXAMPLE.yaml to config.yaml, and edit the content.
  5. Then, run:
  6. ```
  7. go run *.go
  8. ```