YOYOW Docs
latest

Introduction

  • Introduction to YOYOW

TestNet

  • Testnet

Usage

  • User Registration
  • Compiling and Running yoyow-core

Platform

  • Introduction to the Platform
  • Platform Related Operations
    • Getting Platform Number
    • Getting Platform Info
    • Checking Platform List
    • Creating Platforms
    • Undating Platform Info
    • Voting for Platforms
    • Authorizing Platforms
    • Canceling the Platform Authorization

Witness

  • Introduction to Witness
  • Witness Operations

Committee

  • Introduction to Committee
  • Committee Related Operations

Votes & Pledge

  • Voting
  • Collateral

Assets

  • YOYO Token
  • User-Issued Assets (UIA)
  • Bonus Points
  • Asset Related Operations

API

  • Node API Descriptions
  • Wallet API Descriptions

SDK

  • YOYOW Middleware Instruction(Nodejs)

Others

  • Descriptions of YOYOW Parameter Table and Fees
  • Instructions for Exchanges
  • Introduction to Platform Integration
  • Creating YOYOW Platform Account from scratch
  • More Materials
YOYOW Docs
  • Docs »
  • Platform Related Operations
  • Edit on GitHub

Platform Related Operations¶

The following related operation commands can be executed in the interactive command line in yoyow_client

Getting Platform Number¶

get_platform_count

For details, please refer to: get_platform_count

Getting Platform Info¶

# get_platform <owner_account>
get_platform 250926091

For details, please refer to: get_platform

Checking Platform List¶

# list_platforms <lowerbound> <limit> <order_by>
list_platforms 0 5 1

For details, please refer to: list_committee_members

Creating Platforms¶

# create_platform <owner_account> <name> <pledge_amount> <pledge_asset_symbol> <url> <extra_data> <broadcast>
create_platform 223331844 yoyow.club 10000 YOYO "http://yoyow.club" null true

For details, please refer to: create_platform

Undating Platform Info¶

# update_platform <platform_account> <name> <pledge_amount> <pledge_asset_symbol> <url> <extra_data> <broadcast>
update_platform 223331844 NUUUU null null "http://www.example.com" "http://www.example.com" true

For details, please refer to: update_platform

Voting for Platforms¶

# update_platform_votes <voting_account> <platforms_to_add> <platforms_to_remove> <broadcast>
update_platform_votes 250926091 ["223331844"] [] true

For details, please refer to: update_platform_votes

Authorizing Platforms¶

# account_auth_platform <account> <platform_owner> <broadcast>
account_auth_platform 250926091 223331844 true

For details, please refer to: account_auth_platform

Canceling the Platform Authorization¶

# account_cancel_auth_platform <account> <platform_owner> <broadcast>
account_cancel_auth_platform 250926091 223331844 true

For details, please refer to: account_cancel_auth_platform

Next Previous

© Copyright 2018, YOYOW Revision 142bf765.