0.0.1 • Published 4 years ago

tezos-poster v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

tezos-poster

Simple application to pull prices from coingecko and post them to the Tezos blockchain

oclif Version Downloads/week License

Usage

$ npm install -g tezos-poster
$ tezos-poster COMMAND
running command...
$ tezos-poster (-v|--version|version)
tezos-poster/0.0.1 linux-x64 node-v12.13.0
$ tezos-poster --help [COMMAND]
USAGE
  $ tezos-poster COMMAND
...

Commands

tezos-poster assets

Send prices updates from coingecko

USAGE
  $ tezos-poster assets

OPTIONS
  -h, --help  show CLI help

EXAMPLE
  $ MNEMONIC="lol crucial lol blush phone private found apple lol star minute distance twice float fabric" 
  SECRET="b0b126e2454df1984cedff01444ac202eaaa0f4d" PKH="tz1NBNvSzgkva2km7VXbEmdKEbS48KerM8Rw" PASSWORD="1234412" 
  EMAIL="motiakmb.sdfsdfsd@tezos.example.org" TEZOS_RPC="https://api.tez.ie/rpc/carthagenet/" 
  ORACLE_ADDRESS="KT1FfXi4UEZfceSd4k7ZXpxkAeFxXDYxvqP9"  tezos-poster assets

See code: src/commands/assets.ts

tezos-poster help [COMMAND]

display help for tezos-poster

USAGE
  $ tezos-poster help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help