Author Topic: How can I create assets in Graphene?  (Read 1646 times)

0 Members and 1 Guest are viewing this topic.

Offline cass

  • Hero Member
  • *****
  • Posts: 4311
  • /(┬.┬)\
    • View Profile
chronos [10:29 PM]
I start the node this way

Code: [Select]
./witness_node --rpc-endpoint --enable-stale-production --witness-id \""1.6.0"\" \""1.6.1"\" \""1.6.2"\" \""1.6.3"\" \""1.6.4"\"  \""1.6.5"\" \""1.6.6"\" \""1.6.7"\" \""1.6.8"\" \""1.6.9"\"
then start cliwallet

Import balance
Code: [Select]
import_balance nathan [5KQwrPbwdL6PhXujxW37FSSQZ1JiwsST4cqQzDeyXtP79zkvFD3] true

Import Privkey
Code: [Select]
import_key "nathan" 5KQwrPbwdL6PhXujxW37FSSQZ1JiwsST4cqQzDeyXtP79zkvFD3
Create UIA - TEST
Code: [Select]
dbg_make_uia 1.2.15 TEST
Create MIA - USD
Code: [Select]
dbg_make_mia 1.2.15 USD
Issue Asset - TEST
Code: [Select]
issue_asset "1.2.15" 10000 TEST "" true

Hope this helps…


https://github.com/cryptonomex/graphene/wiki/CLI-Wallet-Cookbook
█║▌║║█  - - -  The quieter you become, the more you are able to hear  - - -  █║▌║║█

Offline clayop

  • Hero Member
  • *****
  • Posts: 2033
    • View Profile
    • Bitshares Korea
  • BitShares: clayop
Thanks, so
create_wallet nathan TEST 2 opts {} true
works?

Ah found it.
Code: [Select]
dbg_make_uia nathan TEST
it worked
Bitshares Korea - http://www.bitshares.kr
Vote for me and see Korean Bitshares community grows
delegate-clayop

Offline clayop

  • Hero Member
  • *****
  • Posts: 2033
    • View Profile
    • Bitshares Korea
  • BitShares: clayop
Thanks, so
create_wallet nathan TEST 2 opts {} true
works?
Bitshares Korea - http://www.bitshares.kr
Vote for me and see Korean Bitshares community grows
delegate-clayop


Offline clayop

  • Hero Member
  • *****
  • Posts: 2033
    • View Profile
    • Bitshares Korea
  • BitShares: clayop
I wanted to create UIA in Graphene for testing, but did not know how to create them.
Any suggestions?
Bitshares Korea - http://www.bitshares.kr
Vote for me and see Korean Bitshares community grows
delegate-clayop