solana-trader 0.1.0

Implemented most of the commonly used practical transaction-related functions on the Solana network.
Documentation
1
2
3
4
/// solana network url
pub const SOLANA_DEV_NET_URL: &str = "https://api.devnet.solana.com";
pub const SOLANA_TEST_NET_URL: &str = "https://api.testnet.solana.com";
pub const SOLANA_MAIN_NET_URL: &str = "https://api.mainnet-beta.solana.com";