8a98279fb2 | ||
---|---|---|
.. | ||
scripts | ||
src | ||
store | ||
.eslintrc.js | ||
.gitignore | ||
README.md | ||
package.json | ||
tsconfig.json |
README.md
Contract Manager
The contract manager is a tool to interact with Pyth related contracts on all supported chains.
It has the following structure:
store
contains all the necessary information for registered chains and deployed contractsscripts
contains utility scripts to interact with the contract manager and accomplish common taskssrc
contains the contract manager code