Skip to content
Joseph Wang edited this page Apr 19, 2019 · 1 revision

Welcome to the sto wiki! STO wiki notes

Also while I'm here, I'm looking for two things.....

  1. Does anyone have command line argument scripts that create, burn, and transfer tokens?
  2. Does anyone have written scripts that will dump out the current ownership for tokens. For 2) it should be a matter of walking the blockchain and dumping out events. Just wondering if someone has done this. Has to be command line since this will get integrated into the hedge funds internal IT.

F O'Brienadmin Joseph Wang

  1. Does anyone have command line argument scripts that create, burn, and transfer tokens? Did you take a look at the existing CLI's? I'm not sure if it's what you're looking for but extracts of the code could be used in a script if you were generating something for your needs. The token manager has some of what you've mentioned. https://github.com/PolymathNetwork/polymath-core/wiki/Token-Manager The CLI hasn't been updated in the Dev-3.0.0 branch yet in case you're using that but the wiki covers the master branch functionality.

Clone this wiki locally