@oraichain/oracle-price-feed-bot
v1.0.23
Published
Simple oracle price feed bot
Readme
Oracle-price-feeder-bot
Simple-price-feeder-bot submit price to cw-oracle-hub contract
Installation
You can install oraclePriceFeeds globally using npm npm install -g @oraichain/oracle-price-feed-bot or yarn yarn global add @oraichain/oracle-price-feed-bot
Installation from source
Clone this repository
https://github.com/oraichain/oracle-price-feeder-botRun
yarnto install all dependenciesCreate .env file with same structure like .env.example
Run
yarn buildRun
yarn start
Usage
Type oraclePriceFeeds
oraclePriceFeeds [command]
Commands:
oraclePriceFeeds start start feed prices to oracle contract
Options:
-h, --help Show help [boolean]
--version Show version number [boolean]
--env Path to JSON config file [default: ".env"]