-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7a8b827
commit eb1770a
Showing
1 changed file
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
# TF-Vesting | ||
# UnVesting webapp | ||
|
||
## Installtion | ||
A small website that operates completely from the browser. | ||
|
||
```sh | ||
git clone https://github.com/threefoldfoundation/tft-stellar.git | ||
cd tft-stellar/tf-vesting | ||
``` | ||
It lets someone search for a vesting account using a Stellar address and if found, it fetches the unvesting transaction from the vesting_service. | ||
|
||
The user can then sign it with its private key and submit it to the Stellar network. | ||
|
||
### How to run | ||
The private key is only used inside the webpage to sign the transaction and is never stored or sent anywhere else. | ||
|
||
## How to run | ||
|
||
```sh | ||
yarn & yarn dev | ||
``` | ||
``` |