santa/README.md

33 lines
754 B
Markdown
Raw Normal View History

2019-08-07 01:59:56 -07:00
# Build & Install
```
$ git clone https://github.com/terra-project/feegiver.git
$ git checkout master
```
2019-06-24 02:41:29 -07:00
2019-08-07 01:59:56 -07:00
## Install
2019-06-24 02:41:29 -07:00
```
2019-08-07 01:59:56 -07:00
$ make install
2019-06-24 02:41:47 -07:00
```
2019-08-07 01:59:56 -07:00
## make config
2019-06-24 02:41:47 -07:00
```
2019-08-07 01:59:56 -07:00
$ feegiver config
2019-06-24 02:41:29 -07:00
```
2019-08-07 01:59:56 -07:00
## change config
2019-06-24 03:10:50 -07:00
```
2019-08-07 01:59:56 -07:00
$ vim ~/.feegiver/config.yaml
2019-06-24 03:10:50 -07:00
```
2019-06-24 03:08:44 -07:00
2019-08-07 01:59:56 -07:00
## Add Key
```
$ feegiver keys add tmp 12345678 'flash until glimpse chase cradle adjust brick view uncover analyst test pact sponsor example item victory memory attract visual hover pink meadow mosquito torch'
```
## Add Key with Old HD Path
2019-06-24 03:10:50 -07:00
```
2019-08-07 01:59:56 -07:00
$ feegiver keys add tmp 12345678 'flash until glimpse chase cradle adjust brick view uncover analyst test pact sponsor example item victory memory attract visual hover pink meadow mosquito torch' --old-hd-path
2019-06-24 03:10:50 -07:00
```
2019-06-24 03:08:44 -07:00
2019-08-07 01:59:56 -07:00
## Start Server
2019-06-24 03:10:50 -07:00
```
2019-08-07 01:59:56 -07:00
$ feegiver start tmp 12345678
2019-06-24 03:10:50 -07:00
```