Have some happiness
11060.0 2014-06-16T13:08:30 betax networker 100,000.000000 HAP 0.010000 XTS 532275d5
try creating your own assets
Wow! How to creat my own asset like you? that's awesome!
wallet_asset_create <symbol> <asset_name> <issuer_name> [description] [data] [maximum_share_supply] [precision]
Can you explain [data] and [precision] or tell me where can I find description information? Thanks a lot
Creates a new user issued asset.
Parameters
symbol the ticker symbol for the new asset (asset_symbol, required)
asset_name the name of the asset (std::string, required)
issuer_name the name of the issuer of the asset (std::string, required)
description a description of the asset (std::string, optional, defaults to "")
data arbitrary data attached to the asset (json_variant, optional, defaults to null)
maximum_share_supply the maximum number of shares of the asset (int64_t, optional, defaults to 1000000000000000)
precision defines where the decimal should be displayed, must be a power of 10 (int64_t, optional, defaults to 1000000)
You can search any function in
http://bitshares.org/resources/documentation/