Skip to content

Commit 88a89d0

Browse files
Seung Woo Kimkseo
authored andcommitted
Update information about asset management
1 parent 3eb5eca commit 88a89d0

File tree

5 files changed

+12
-14
lines changed

5 files changed

+12
-14
lines changed

docs/asset-management.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,9 @@ If you visit this `link <https://api.codechain.io>`_, you can see an example Jav
1010
This page will guide you along on how to use codechain-sdk-js based on the example provided,
1111
called “Mint 10000 Gold and send 3000 Gold using AssetMintTransaction, AssetTransferTransaction”.
1212

13-
Before starting, please install node.js by going to this `page <https://nodejs.org/en/>`_.
13+
Before following any examples, please make sure to carefully go through the `setup section <https://codechain.readthedocs.io/en/latest/setup.html>`_ before starting any examples.
1414

15-
First, install the package with the following command:
16-
17-
``npm install codechain-sdk`` or ``yarn add codechain-sdk``
18-
19-
Then, make sure that your CodeChain RPC server is up and running. You can read about how that is done in the `configure section <https://codechain.readthedocs.io/en/latest/configuration.html>`_.
15+
Then, check whether your CodeChain RPC server is up and running. You can read about how that is done in the `configure section <https://codechain.readthedocs.io/en/latest/configuration.html>`_.
2016

2117
Setup the Test Account
2218
=====================================

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ CodeChain is a programmable open source blockchain technology optimal for develo
1717
basic-usage
1818
account-management
1919
consensus-algorithms
20+
sharding
2021
transactions
2122
transaction-process
2223
codechain-coin

docs/setup.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,11 @@ Build as Release Version
8383
cargo build --release
8484

8585
This will produce an executable in the ./target/release directory.
86+
87+
Using CodeChain SDK
88+
=========================
89+
Before starting to use the CodeChain SDK, please install node.js by going to this `page <https://nodejs.org/en/>`_.
90+
91+
Next, install the package with the following command:
92+
93+
``npm install codechain-sdk`` or ``yarn add codechain-sdk``

docs/transaction-process.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ The transaction process on CodeChain involves many components. (To be completed)
1212
:maxdepth: 2
1313

1414
gateway
15-
parcel
16-
validator
15+
parcel

docs/validator.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)