@oraichain/oracle-price-feed-bot
v1.0.18
Published
Simple oracle price feed bot
Downloads
81
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-bot
Run
yarn
to install all dependenciesCreate .env file with same structure like .env.example
Run
yarn build
Run
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"]