Simple-price-feeder-bot submit price to cw-oracle-hub contract
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
-
Clone this repository
https://github.com/oraichain/oracle-price-feeder-bot
-
Run
yarn
to install all dependencies -
Create .env file with same structure like .env.example
-
Run
yarn build
-
Run
yarn start
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"]