Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
disregardfiat edited this page Dec 31, 2018 · 2 revisions

Welcome to the dlux_open_token wiki!

Configuration:

env vars:

  • posting posting key
  • active active key Can perform escrow transactions for rewards
  • ACCOUNT steem account ie dlux-io
  • DOMAIN Public / ie https://token.dlux.io
  • BIDRATE If elected a runner, used to determine node payouts
  • STARTING Hash from a recent block. Find one at https://token.dlux.io

API:

Read:

  • /@username -> DLUX balance and Powered Balance
  • /stats -> Current Info
  • /state -> State dump, for testing
  • /runners -> Who is trusted to process blocks
  • /markets -> DEX Info, in progress(80%)
  • /dex -> DEX Info, in progress(80%)

Write: CURRENTLY dlux_test_ prefix!!!

Custom JSON:

  • send | to (account to not checked) & amount (integer, no float)
  • power_up | amount (dlux to power up for voting)
  • power_down | amount to schedule for power down 1
  • vote_content | author permlink weight(1-10000)
  • node_add | domain(https://token.example.com) bidRate(1-1000) marketingRate(1-2000}
  • node_delete
  • set_delegation_reward | @dlux-io to set delegation reward rate (0-2000)
  • expire_post | @dlux-io to expire resteem rewards for specified post permlink
  • set_resteem_reward | @dlux-io to set resteem reward rate (0-10000)

Operations

  • Setting bennifactor rewards to @dlux-io >= 10% to make post votable 1
  • Transfers to @robotolux automatically distributes ICO auction
  • Delegations to @dlux-io paid daily and tracked automaticly
  • Votes tallied and paid after ~10 days

DEX

Documentation and testing in progress(80%)

NFT / Smart Contracts

Documentation and integration in progress(50%)