Amin Moghaddam e1606a42b5 Add Base sepolia + some minor improvements (#1202) преди 1 година
..
scripts db13b7b25d address feedbacks преди 1 година
src db13b7b25d address feedbacks преди 1 година
store e1606a42b5 Add Base sepolia + some minor improvements (#1202) преди 1 година
.eslintrc.js b9dbd54d5a [contract-manager] General improvements (#1024) преди 2 години
.gitignore c732fcf586 Abolish xc governance sdk (#957) преди 2 години
README.md cf78791560 [sui] [contract-manager] Sui cm updates (#1030) преди 2 години
package.json 9335898ece feat(contract-manager): add script to fetch account balances преди 2 години
tsconfig.json 66e5f186b2 Initial version of contract manager sdk (#943) преди 2 години

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 contracts
  • scripts contains utility scripts to interact with the contract manager and accomplish common tasks
  • src contains the contract manager code