Content pfp
Content
@
0 reply
0 recast
0 reaction

Antoine pfp
Antoine
@antoinedc
To smart contract developers testing on public testnets (sepolia, etc...): Why aren't you setting up your own private testnet (anvil/hardhat with mainnet fork)? What are the benefits of public testnets over private ones?
2 replies
0 recast
1 reaction

Steve pfp
Steve
@stevedylandev.eth
Primarily the ability to deploy a front end other can test, as well as making sure it works with marketplaces like OpenSea if working with NFTs. We have over 100 people testing cosmiccowboys.cloud which gives us very valuable feedback
1 reply
0 recast
1 reaction

Antoine pfp
Antoine
@antoinedc
By front-end, you mean the etherscan read/write contract interface? And how do you check if it's working with opensea? Do they have a testnet version? Thanks for your answers 🙏!
1 reply
0 recast
1 reaction

Steve pfp
Steve
@stevedylandev.eth
Of course! 🫡 It could depend on your needs; for example you could do plenty of testing with hardhat or foundry, which you should, however there are some test cases you might miss unless someone else thinks of it. They will likely be people who are not writing test scripts and that FE will make it accessible
1 reply
0 recast
0 reaction