Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dkodnik authored Apr 10, 2019
1 parent 6db9797 commit 18d0b20
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ Server listens to port: 3999.

### API

###### New Seed-phrase
#### New Seed-phrase

GET:
http://localhost:3999/api/v1/newMnemonic

Result:
``
```
{
"status":true,
"mnemonic":"mushroom urban cruel bone sting cash office glide impact twin finger bless",
"err_msg":""
}
``
```

###### Seed-phrase authorization
#### Seed-phrase authorization

GET:
http://localhost:3999/api/v1/authSeed?sp=mushroom%20urban%20cruel%20bone%20sting%20cash%20office%20glide%20impact%20twin%20finger%20bless
Expand Down

0 comments on commit 18d0b20

Please sign in to comment.