summaryrefslogtreecommitdiff
path: root/eth-wire
diff options
context:
space:
mode:
authorAntoine A <>2022-03-03 14:27:31 +0100
committerAntoine A <>2022-03-03 14:27:31 +0100
commit1e93728aebe96095dde1848e303f07fe9a22daf6 (patch)
treed9fde97fa49061512ff806424ee3eb2bf9c2ee27 /eth-wire
parentee9c60847a8e4aa7daecb588c2f723b6bf272fe6 (diff)
downloaddepolymerization-1e93728aebe96095dde1848e303f07fe9a22daf6.tar.gz
depolymerization-1e93728aebe96095dde1848e303f07fe9a22daf6.tar.bz2
depolymerization-1e93728aebe96095dde1848e303f07fe9a22daf6.zip
Improve documentation
Diffstat (limited to 'eth-wire')
-rw-r--r--eth-wire/README.md38
1 files changed, 6 insertions, 32 deletions
diff --git a/eth-wire/README.md b/eth-wire/README.md
index 7e1f6ec..e15a062 100644
--- a/eth-wire/README.md
+++ b/eth-wire/README.md
@@ -1,38 +1,12 @@
# eth-wire
-eth-wire is taler wire adapter for [go-ethereum](https://geth.ethereum.org/) node
+eth-wire is taler wire adapter for [go-ethereum](https://geth.ethereum.org/)
+node
-## Geth compatibility
+## Deposit metadata format
-Geth version 1.10.* is required
-
-## Install
-
-`cargo install --path eth-wire`
-
-## Configuration
-
-### taler.conf
-
-The configuration is based on [taler.conf](https://docs.taler.net/manpages/taler.conf.5.html)
-
-``` ini
-# taler.conf - eth-wire default config
-[depolymerizer-ethereum]
-DATA_DIR =
-CONFIRMATION = 24
-BOUNCE_FEE = ETH:0.00001
-```
-
-## Getting Started
-
-1. Write configuration files
-2. Start geth
-3. Start PostgreSQL
-4. Initialize database `eth-wire initdb`
-5. Initialize wallet `eth-wire initwallet`
-6. Update configuration files with wallet info
-7. Run wire-gateway `wire-gateway`
-8. Run eth-wire `eth-wire`
+TODO
## Implementation details
+
+TODO \ No newline at end of file