acheron
acheron
You can override this with `REACT_APP_SERVER_URL` env variable. Create `client/.env` and add: ``` REACT_APP_SERVER_URL=http://127.0.0.1:8080 ```
We can add external Solana tutorials but I think the link should at least point to something visible first, not a login screen without a sign up button.
Playground supports automatic airdrops but it was disabled on devnet because of rate limits (https://github.com/solana-playground/solana-playground/issues/151#issuecomment-1704045262). I believe airdrop limits were increased recently so we may re-enable the feature for devnet....
You can derive `InitSpace` by adding `#[derive(InitSpace)]` to the top of ther `Favorites` struct. Not closing this issue because we might be able to suggest the above solution when you...
> solana-rpc-client = "2.0.1" Remove this dependency and only use `solana-client-wasm`. https://solana.stackexchange.com/questions/4605/build-solana-client-for-wasm-target
Hey, it's not currently possible to build multiple programs at the same time.(https://github.com/solana-playground/solana-playground/issues/60) > I am trying to deploy an anchor program via Solana CLI using anchor deploy but either...
Hey, thank you for creating this issue! `#[max_len]` only applies to the `InitSpace` macro, which is pretty much exclusively used for initializing accounts. It's not being used after the account...
It's because devnet has been down for the last 4 days (similar answer: https://github.com/solana-playground/solana-playground/issues/193#issuecomment-1917913749). I don't know how much longer it's going to take until it's back up, but you...
> 1. When deploying a program without having the playground wallet connected there is an error that sais pubkey not found. Would be cool if the wallet would auto connect...
> 2\. Nice. Should i add that? Sure! > 3\. You think we could update it to the newest version? Yeah, why not? > There seems to be a bug...