Skip to content

Resources

Ask for the Developer role and use #dev-answers for dApp Store or SDK questions.

Terminal window
adb devices
java -version
node --version
import { transact } from "@solana-mobile/mobile-wallet-adapter-protocol-web3js";
const result = await transact(async (wallet) => {
const authorization = await wallet.authorize({
chain: "solana:devnet",
identity: {
name: "Seeker Week Demo",
uri: "https://beeman.github.io/seeker-week/",
},
});
return authorization.accounts[0].address;
});