Solana Smart contract, How to let 100,00 people lock and unlock their SPL token?
How to build mainet Timelock program for Solana SPL token ? And allow 100,000 different wallet to lock X amount of a SPL token. The unlock date is 1st of July. Each wallet can lock multiple times and will also unlock multiple times to get the full amount back. Thank you all.
getting error while trying to compile the rust code with anchor build
when i am writing a code i getting this errors, subsequetly does not allow me to compile. tried changing cargo.toml but seems doesnt work and anchor.toml too but seems doesnt work, tho i could miss something
getting error while trying to compile the code
when i am writing a code i getting this errors, subsequetly does not allow me to compile. tried changing cargo.toml but seems doesnt work and anchor.toml too but seems doesnt work, tho i could miss something
Solana(Cross-Program Invocation): borrowed value does not live long enough
I am new to Rust.
Here i am not able to access the tree in native rust. It shows symbol name is longer than 16 bytes
Here in processor in instruction pre_sale i want to use Tree struct from whitelist. but this error comes Error: ELF error: ELF error: Failed to parse ELF file: Section or symbol name .bss._ZN3ico12in is longer than 16 bytes. This error comes whenever i tires to declare global variable. I have also tried to use lazy_static.