problems with clockwork
i have started a boiler plate project using (npx create-solana-dapp@latest) and i have imported a custom program that uses clockwork sdk . the errors shows that anchor depends on toml v0.8.0 through...
View ArticleHow to get historical account info?
I know there's a Solana JSON RPC getAccountInfo, that allows me to get the current state of an account (e.g., its lamport balance, owner, data size, data, etc...). I'm wondering if I can get the state...
View ArticleLooking for a developer on - How to Implement a Timed Offering Smart Contract...
We're working on a project where I need to create a smart contract on the Solana blockchain that will handle a timed offering to raise funds for a new venture - orbitcurrency.com.Specific Requirements:...
View Articlemetaplex umi: Failed to send transaction Error: Simulation failed. Message:...
BACKEND:const wallet_pubkey = new PublicKey(wallet_pubkey_string);const wallet2 = Keypair.fromSecretKey(bs58.decode(wallet2_key));const amount = 0.5;const signer_source =...
View Articlehow to mint new edition form master edition?
I have been struggling with minting new edition form master edition. Its been days now, and I can not solve the problem.onchain code ctx.accounts.new_metadata.to_account_info(),...
View ArticleIs there to fetch existing pool list from raydium in devnet
I am testing swap feature for coins in Devnet. But I don't want to create a new market/pool by myself. I am wondering whether I can fetch existing pool list in Devnet and swap from there?
View ArticlePhantom Wallet willl not let me withdraw my funds
I had funds in Smart Wallet and wanted to transfer this out to my bank account. They told me to send it to Phantom Wallet as they can't transfer to bank accounts. I did this and can see the amount...
View ArticleSigning multiple transfers using the CLI and submitting them in bulk via HTTP...
I'm working on a feature in my app where the user will sign two transfers and then broadcast them in one transaction. I'm a little confused in the steps, and just to clarify we are not using the web3...
View ArticleWhy is typescript added as a Peer Dependency in solana web3js repos?
A lot if not all the repos in https://github.com/solana-labs/solana-web3.js/tree/master/packages have this in their package.js"peerDependencies": {"typescript": ">=5"},Is there a reason why it as to...
View ArticleHow to get same borsh serialize result for same input from both JS and Rust
I want to get the same Borsh Serialize result in both JS and rust for same data structure.First , I run a demo test, but the result break my hope.My rust program snippet:#[derive(BorshDeserialize,...
View ArticleBatch Airdrop Spl Tokens
I was working over batch airdrop script.js I found only I can airdrop spl-tokens only to 10 ATA accounts due to this Error: Transaction too large: 1270 > 1232Is there any approach that helps me to...
View Articlemetaplex umi updateAuthority Error: Update Authority given does not match
BACKEND: const wallet_pubkey = new PublicKey(wallet_pubkey_string); const wallet2 = Keypair.fromSecretKey(bs58.decode(wallet2_key)); const amount = 0.5; const signer_wallet =...
View ArticleCan not use account after allocate the space
i'm new to solana. When i do allocate 100 byte from the docs on my account like this: let allocateTransaction = new Transaction({ feePayer: senderKeypair.publicKey, }); allocateTransaction.add(...
View Articlesolscan doesn't display details of newly deployed program
new to solana.I deployed testing program on devnet and I can see the details on explorerhttps://explorer.solana.com/address/GPM29Ve5KtpkKjuBjyiyvigttfv5ytZfBH3LrDM9NtDa?cluster=devnethowever, if I...
View ArticleSolana Coín recovery
How can I recover my solana coin without seed phrase or private key? I reset my phone and the coin is gone. I have tried recovering but unable to
View ArticleLooking for solana developer
If you have knowledge with writing smart contracts and how to go about launching a project on solana THEN Dm me through discord @milkfetish, or Twitter @BTCMilkWhat You Should Knowcouple feasible...
View ArticleToken_2022 and mpl_token_metadata test issues
I'm having some issues with running tests locally against a program I created. Its based off mint_nft.rs from this repo but I've updated it to use the token_2022 program.use anchor_lang::prelude::*;use...
View ArticleCan't send Solana to any address using the Phantom Wallet browser extension
When I try to send the Solana I have in my Phantom Wallet account (roughly 25 dollars), I immediately get a "send failed" screen. Doesn't matter if I diminish the amount I'm sending to make sure...
View ArticleHow to verify written solana program buffer account data and uploaded program...
I'm attempting to verify if the file in the program buffer account matches the content of the build file. I used solana account to retrieve data from the buffer account, calculated the SHA sum, and...
View ArticleAre There Any Big Brands Using an SPL Token?
Not a technical question but let’s try.I'm part of a large company with millions of customers, and we're considering creating and launching an SPL token. This token would serve a dual purpose:It would...
View Article