python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How can I implement a lazy-minting smart contract that doesn't actually mint NFTs?
This is my first experience writing a smart contract, so I am still trying to navigate how this all works. I have a smart contract on the Rinkeby test network that currently works as expected when dep...
Jeramy Usher
Votes: 0
Answers: 2
Purpose of the bump when pda initialization in anchor
I'm trying to write a simple Solana Program using Rust/Anchor which uses a PDA.
Here is the Program code:
use anchor_lang::prelude::*;
declare_id!("51v31qHaEQniLoYuvvtXByZcfiyvog3R2EKC39EPD52p&q...
Kunkka Admiral
Votes: 0
Answers: 2
WalletConnect & web3js - how to forget previously set wallet?
I'm writig a dApp using web3Modal and web3js libraries.
I have an issue regarding the WalletConnect provider.
Upon choosing to connect using WalletConnect, the QR code doesn't show up and I'm immeidat...
blades
Votes: 0
Answers: 2
Is there a way to solve this insufficient funds for gas when deploying a signed transaction to ganache?
Good day, everyone! I'm currently taking a 16-hour freecodecamp course on Solidity, Blockchain, and Smart Contracts, and I'm having trouble sending a simple signed transaction to Ganache and I keep ge...
Philip Ukanwoke
Votes: 0
Answers: 2