Upgrade readme
This commit is contained in:
parent
93c6ed7877
commit
683351211f
21
README.md
21
README.md
@ -14,6 +14,9 @@ It capabilities are (unchecked box means feature not yet completed):
|
|||||||
* [x] only show transaction with errors
|
* [x] only show transaction with errors
|
||||||
* [x] only show transaction that have not yet completed
|
* [x] only show transaction that have not yet completed
|
||||||
- [x] systemd unit / socket service
|
- [x] systemd unit / socket service
|
||||||
|
- [x] sql storage backend
|
||||||
|
- [ ] filesystem storage backend
|
||||||
|
|
||||||
|
|
||||||
## prerequisites
|
## prerequisites
|
||||||
|
|
||||||
@ -26,18 +29,13 @@ For these examples you need:
|
|||||||
- sqlite
|
- sqlite
|
||||||
- an EVM RPC endpoint
|
- an EVM RPC endpoint
|
||||||
|
|
||||||
For any python command / executable use:
|
For any python command / executable used below:
|
||||||
|
|
||||||
* `-v` or `-vv` to get more information about what is going on
|
* add `-v` or `-vv` to get more information about what is going on
|
||||||
* `--help` for information on how to use and parameters that can be passed
|
* use with `--help` for information on how to use and parameters that can be passed
|
||||||
|
|
||||||
|
|
||||||
## usage example
|
## setting up the database backend
|
||||||
|
|
||||||
|
|
||||||
### set up database
|
|
||||||
|
|
||||||
In terminal window A
|
|
||||||
|
|
||||||
Currently there is no more practical way of setting up the database backend :/
|
Currently there is no more practical way of setting up the database backend :/
|
||||||
|
|
||||||
@ -51,8 +49,13 @@ pip install --extra-index-url https://pip.grassrootseconomics.net:8433 -r requir
|
|||||||
PYTHONPATH=. CHAIND_DOMAIN=eth DATABASE_ENGINE=sqlite python scripts/migrate.py
|
PYTHONPATH=. CHAIND_DOMAIN=eth DATABASE_ENGINE=sqlite python scripts/migrate.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## usage example
|
||||||
|
|
||||||
### create an empty working directory
|
### create an empty working directory
|
||||||
|
|
||||||
|
In terminal window A
|
||||||
|
|
||||||
```
|
```
|
||||||
d=$(mktemp -d) && cd $d
|
d=$(mktemp -d) && cd $d
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user