You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it would be helpful to have a pop-up reminder on the landing page prompting users to connect their wallets (if they have not already) connecting the wallet brings the site to life + shows the power of OnchainKit!! so, this would really help users who are less familiar with the components.
Describe alternatives you've considered.
No response
The text was updated successfully, but these errors were encountered:
import { Coinbase, Wallet } from "@coinbase/coinbase-sdk";
let coinbase = Coinbase.configureFromJson({ filePath: '~/Downloads/cdp_api_key.json' });
// Create a Wallet
let wallet = await Wallet.create();
console.log(Wallet successfully created: , wallet.toString());
// Wallets come with a single default Address, accessible via getDefaultAddress:
let address = await wallet.getDefaultAddress();
console.log(Default address for the wallet: , address.toString());
Describe the solution you'd like
it would be helpful to have a pop-up reminder on the landing page prompting users to connect their wallets (if they have not already) connecting the wallet brings the site to life + shows the power of OnchainKit!! so, this would really help users who are less familiar with the components.
Describe alternatives you've considered.
No response
The text was updated successfully, but these errors were encountered: