• R/O
  • HTTP
  • SSH
  • HTTPS

bytom-node-sdk: Commit

Node.js SDK for Bytom protocol


Commit MetaInfo

Revisiona860068ec36364ba3b84b7391ae4154fd04ce649 (tree)
Zeit2018-11-23 18:07:53
AutorZhiting Lin <zlin035@uott...>
CommiterZhiting Lin

Log Message

update doc-link

Ändern Zusammenfassung

Diff

--- a/README.md
+++ b/README.md
@@ -2,48 +2,48 @@
22
33 ## Terminology
44
5-### [Keys](https://bytom.github.io/node-sdk/global.html#Key__anchor)
5+### [Keys](https://bytom.github.io/bytom-node-sdk/global.html#Key__anchor)
66
77 Cryptographic keys are the primary authorization mechanism on a blockchain.
88
99 To create accounts or assets, xpub of keys are required. With this sdk, we can
1010 `create/delete/list/resetPassword` the key. Please check the
11-[API doc](https://bytom.github.io/node-sdk/module-KeysApi.html) if you want
11+[API doc](https://bytom.github.io/bytom-node-sdk/module-KeysApi.html) if you want
1212 to operate with keys.
1313
14-### [Account](https://bytom.github.io/node-sdk/global.html#Account__anchor)
14+### [Account](https://bytom.github.io/bytom-node-sdk/global.html#Account__anchor)
1515
1616 An account is an object in Bytom that tracks ownership of assets on a blockchain.
1717 It's defined under one Bytom node created with one or serveral keys.
1818
19-[Related API](https://bytom.github.io/node-sdk/module-AccountsApi.html)
19+[Related API](https://bytom.github.io/bytom-node-sdk/module-AccountsApi.html)
2020
21-### [Asset](https://bytom.github.io/node-sdk/global.html#Asset__anchor)
21+### [Asset](https://bytom.github.io/bytom-node-sdk/global.html#Asset__anchor)
2222
2323 An asset is a type of value that can be issued on a blockchain. All units of
2424 a given asset are fungible. Units of an asset can be transacted directly
2525 between parties without the involvement of the issuer.
2626
27-[Related API](https://bytom.github.io/node-sdk/module-AssetsApi.html)
27+[Related API](https://bytom.github.io/bytom-node-sdk/module-AssetsApi.html)
2828
29-### [Transaction](https://bytom.github.io/node-sdk/global.html#Transaction__anchor)
29+### [Transaction](https://bytom.github.io/bytom-node-sdk/global.html#Transaction__anchor)
3030
3131 Blockchain is chain of blocks, while block consists of numbers of transactions.
3232
33-[Related API](https://bytom.github.io/node-sdk/module-TransactionsApi.html)
33+[Related API](https://bytom.github.io/bytom-node-sdk/module-TransactionsApi.html)
3434
35-### [Unspent Output(UTXO)](https://bytom.github.io/node-sdk/global.html#UnspentOutput__anchor)
35+### [Unspent Output(UTXO)](https://bytom.github.io/bytom-node-sdk/global.html#UnspentOutput__anchor)
3636
3737 Bytom is UTXO based blockchain. One transaction spend some UTXOs, and produces new UTXOs.
3838
39-[Related API](https://bytom.github.io/node-sdk/module-UnspentOutputsApi.html)
39+[Related API](https://bytom.github.io/bytom-node-sdk/module-UnspentOutputsApi.html)
4040
41-### [Balance](https://bytom.github.io/node-sdk/global.html#Balance__anchor)
41+### [Balance](https://bytom.github.io/bytom-node-sdk/global.html#Balance__anchor)
4242
4343 Any balance on the blockchain is simply a summation of UTXOs. In one bytomd, balance means
4444 summation of UTXOs of one account.
4545
46-[Related API](https://bytom.github.io/node-sdk/module-BalancesApi.html)
46+[Related API](https://bytom.github.io/bytom-node-sdk/module-BalancesApi.html)
4747
4848 ## Usage
4949
Show on old repository browser