16caff1b04
* 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 |
||
---|---|---|
.. | ||
cli | ||
migrations | ||
programs/solana-receiver | ||
.gitignore | ||
.prettierignore | ||
Anchor.toml | ||
Cargo.lock | ||
Cargo.toml | ||
Makefile | ||
README.md |
README.md
pythnet-solana-receiver
To compile the cli, run make ccli
.
To test post_vaa of the cli, run make post_vaa
.