pyth-crosschain/contract_manager
Amin Moghaddam 8adac4344f
chore(eth) Add bttc (#1172)
* chore(eth) Add bttc
2023-12-08 22:56:16 +08:00
..
scripts chore(eth): update mentions to evm-testnet and hermes-beta (#1151) 2023-11-27 10:12:52 +01:00
src chore(eth): deploy stable contracts on testnets (#1146) 2023-11-24 11:59:04 +01:00
store chore(eth) Add bttc (#1172) 2023-12-08 22:56:16 +08:00
.eslintrc.js [contract-manager] General improvements (#1024) 2023-08-23 16:29:43 +02:00
.gitignore Abolish xc governance sdk (#957) 2023-07-17 15:24:54 +02:00
README.md [sui] [contract-manager] Sui cm updates (#1030) 2023-08-25 14:42:31 +02:00
package.json feat(contract-manager): add script to fetch account balances 2023-11-21 17:53:43 +01:00
tsconfig.json Initial version of contract manager sdk (#943) 2023-07-12 15:50:24 +02:00

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