主要关注以下操作:
-
智能合约调用
-
SOL代币转账
-
其他token转账
-
NFT转账
-
staking
-
https://github.com/solana-labs/example-helloworld/blob/master/src/program-rust/src/lib.rs
invoke Hello World Program
- examples/invoke_program.rs
- typescripts/invoke_program.ts
主要关注以下操作:
智能合约调用
SOL代币转账
其他token转账
NFT转账
staking
https://github.com/solana-labs/example-helloworld/blob/master/src/program-rust/src/lib.rs