billtovitt / casino-blockchain

MIT License
0 stars 0 forks source link

Betting issue in casino #1

Open billtovitt opened 5 months ago

billtovitt commented 5 months ago

Anyone can solve the betting issue in my project?

mooncityorg commented 5 months ago

yes of course startLoading: Function; closeLoading: Function; pageLoading: boolean; }) { const wallet = useWallet(); useEffect(() => { if (wallet.publicKey !== null) { console.log(wallet.publicKey.toBase58()); } }, [wallet.connected, wallet.publicKey]);

billtovitt commented 5 months ago

Awesome, it is really great