ronanyeah / solana-rust-examples

Demonstrating how to use Rust to interact with the Solana blockchain.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: MissingValue("rpc_url")

peter-jim opened this issue · comments

Hi,I am very appreciate your work.i had encounter some problem. when I try to interactive with solana,I alway get

Finished dev [unoptimized + debuginfo] target(s) in 0.17s
Running target/debug/list_nfts
Error: MissingValue("rpc_url")

I already install CLI and start solana-test-validator and set localhost server. thank you

You are missing the environment variables:
image