• R/O
  • HTTP
  • SSH
  • HTTPS

bytom-spv: Commit

Bytom spv wallet


Commit MetaInfo

Revisione90171a061d4dc560f0abee54e5be197e7088a24 (tree)
Time2018-08-30 21:09:22
AuthorYahtoo Ma <yahtoo.ma@gmai...>
CommiterYahtoo Ma

Log Message

Change Readme for bytom spv wallet

Change Summary

Incremental Difference

--- a/README.md
+++ b/README.md
@@ -1,17 +1,17 @@
1-Bytom
1+Bytom SPV Wallet
22 ====
33
44 [![Build Status](https://travis-ci.org/Bytom/bytom.svg)](https://travis-ci.org/Bytom/bytom) [![AGPL v3](https://img.shields.io/badge/license-AGPL%20v3-brightgreen.svg)](./LICENSE)
55
6-**Official golang implementation of the Bytom protocol.**
6+**Official golang implementation of the Bytom SPV Wallet.**
77
8-Automated builds are available for stable releases and the unstable master branch. Binary archives are published at https://github.com/Bytom/bytom/releases.
8+Automated builds are available for stable releases and the unstable master branch. Binary archives are published at https://github.com/Bytom/bytom-spv/releases.
99
10-## What is Bytom?
10+## What is Bytom SPV Wallet?
1111
1212 Bytom is software designed to operate and connect to highly scalable blockchain networks confirming to the Bytom Blockchain Protocol, which allows partipicants to define, issue and transfer digitial assets on a multi-asset shared ledger. Please refer to the [White Paper](https://github.com/Bytom/wiki/blob/master/White-Paper/%E6%AF%94%E5%8E%9F%E9%93%BE%E6%8A%80%E6%9C%AF%E7%99%BD%E7%9A%AE%E4%B9%A6-%E8%8B%B1%E6%96%87%E7%89%88.md) for more details.
1313
14-In the current state `bytom` is able to:
14+In the current state `bytom spv wallet` is able to:
1515
1616 - Manage key, account as well as asset
1717 - Send transactions, i.e., issue, spend and retire asset
@@ -35,7 +35,7 @@ $ go env GOROOT GOPATH
3535 - Get the source code
3636
3737 ``` bash
38-$ git clone https://github.com/Bytom/bytom.git $GOPATH/src/github.com/bytom
38+$ git clone https://github.com/Bytom/bytom-spv.git $GOPATH/src/github.com/bytom
3939 ```
4040
4141 - Build source code
@@ -43,23 +43,13 @@ $ git clone https://github.com/Bytom/bytom.git $GOPATH/src/github.com/bytom
4343 ``` bash
4444 $ cd $GOPATH/src/github.com/bytom
4545 $ make bytomd # build bytomd
46-$ make bytomcli # build bytomcli
4746 ```
4847
49-When successfully building the project, the `bytom` and `bytomcli` binary should be present in `cmd/bytomd` and `cmd/bytomcli` directory, respectively.
48+When successfully building the project, the `bytomd` should be present in `cmd/bytomd` directory.
5049
51-### Executables
50+## Running bytom spv wallet
5251
53-The Bytom project comes with several executables found in the `cmd` directory.
54-
55-| Command | Description |
56-| ------------ | ------------------------------------------------------------ |
57-| **bytomd** | bytomd command can help to initialize and launch bytom domain by custom parameters. `bytomd --help` for command line options. |
58-| **bytomcli** | Our main Bytom CLI client. It is the entry point into the Bytom network (main-, test- or private net), capable of running as a full node archive node (retaining all historical state). It can be used by other processes as a gateway into the Bytom network via JSON RPC endpoints exposed on top of HTTP, WebSocket and/or IPC transports. `bytomcli --help` and the [bytomcli Wiki page](https://github.com/Bytom/bytom/wiki/Command-Line-Options) for command line options. |
59-
60-## Running bytom
61-
62-Currently, bytom is still in active development and a ton of work needs to be done, but we also provide the following content for these eager to do something with `bytom`. This section won't cover all the commands of `bytomd` and `bytomcli` at length, for more information, please the help of every command, e.g., `bytomcli help`.
52+Currently, bytom is still in active development and a ton of work needs to be done, but we also provide the following content for these eager to do something with `bytom`. This section won't cover all the commands of `bytomd` at length, for more information, please the help of every command, e.g.
6353
6454 ### Initialize
6555
Show on old repository browser