Learn what Phantom Wallet is, its key features, and how to use it for managing Solana tokens, NFTs, and dApps. Our setup guide has you covered.
README Vue Js Phantom Wallet Connection #Solana Blockchain with VUE JS Project setup yarn install Compiles and hot-reloads for development yarn serve Compiles and minifies for production yarn build Lints and fixes files yarn lint Customize configuration See Configuration Reference.About...
GrandF17/PhantomWallet is licensed under the MIT License A short and simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code. Permissions Commerc...
// app.ts import { ConnectionProvider, WalletProvider } from "@solana/wallet-adapter-react"; import { WalletModalProvider } from "@solana/wallet-adapter-react-ui"; export default function app() { // ... const network = WalletAdapterNetwork.Mainnet; const wallets = useMemo( () => [ new...
fromPubkey: phantomWalletPublicKey, toPubkey: phantomWalletPublicKey, lamports: 100, }) ); transaction.feePayer = phantomWalletPublicKey; addLog("Getting recent blockhash"); const anyTransaction: any = transaction; anyTransaction.recentBlockhash = (await connection.getLatestBlockhash()).bl...