pyth-crosschain/target_chains/sui
Mohammad Amin Khashkhashi Moghaddam b9dbd54d5a
[contract-manager] General improvements (#1024)
* Better return types for transaction execution functions

* Use new type for passing PrivateKey

* Small typing improvements

* Stricter liniting

* Rename edge to beta for DeploymentType

* Reduce any usage across the contract manager

* Fix explicit any linting warnings
2023-08-23 16:29:43 +02:00
..
cli [contract-manager] General improvements (#1024) 2023-08-23 16:29:43 +02:00
contracts [sui] Sui dx improvement (#1011) 2023-08-15 17:56:43 +02:00
sdk/js [sui] Use manual serialization for vaas (#1016) 2023-08-22 12:44:43 +02:00
README.md Update sui docs and refer to docs page to avoid duplication (#1023) 2023-08-23 11:32:45 +02:00

README.md

Pyth on Sui

This directory contains the Pyth contract for Sui and utilities to deploy and use it.

  • cli folder contains tools for deploying and upgrading the Pyth contract.
  • contracts folder contains the Pyth contract source code in Move.
  • sdk folder contains the Pyth javascript SDK for Sui that should be used by dApp developers.

For more information regarding Pyth integration on Sui please refer to our docs.