pyth-crosschain/target_chains/solana
Yunhao Zhang 16caff1b04
[solana] Start to implement the solana receiver contract (#557)
* Start to implement the solana receiver contract

* Use "cargo run" instead of the compiled binary under target/debug

* Update cargo dependency

* Add "pyth-" prefix to crate names

* Remove the transfer step in cli which is only necessary for pythnet, not solana
2023-02-15 15:43:51 +00:00
..
cli [solana] Start to implement the solana receiver contract (#557) 2023-02-15 15:43:51 +00:00
migrations [solana] Start to implement the solana receiver contract (#557) 2023-02-15 15:43:51 +00:00
programs/solana-receiver [solana] Start to implement the solana receiver contract (#557) 2023-02-15 15:43:51 +00:00
.gitignore [solana] Start to implement the solana receiver contract (#557) 2023-02-15 15:43:51 +00:00
.prettierignore [solana] Start to implement the solana receiver contract (#557) 2023-02-15 15:43:51 +00:00
Anchor.toml [solana] Start to implement the solana receiver contract (#557) 2023-02-15 15:43:51 +00:00
Cargo.lock [solana] Start to implement the solana receiver contract (#557) 2023-02-15 15:43:51 +00:00
Cargo.toml [solana] Start to implement the solana receiver contract (#557) 2023-02-15 15:43:51 +00:00
Makefile [solana] Start to implement the solana receiver contract (#557) 2023-02-15 15:43:51 +00:00
README.md [solana] Start to implement the solana receiver contract (#557) 2023-02-15 15:43:51 +00:00

README.md

pythnet-solana-receiver

To compile the cli, run make ccli.

To test post_vaa of the cli, run make post_vaa.