Quickly create, mint and transfer Solana tokens from your browser
The analyzed product is a token management application that allows users to create, mint, and transfer SPL tokens. It supports both mainnet and devnet and can be used with various compatible wallets such as Phantom, Solflare, Torus, Sollet, Glow, and Slope. The application offers two operation modes: wallet-based and server-based. In wallet mode, token operations are performed by the connected wallet account, while in server mode, operations are handled by a server-configured account. The application provides persistence for newly created tokens in server mode.
To install the theme and run the development server:
The application requires the following environment variables:
Additionally, if you want to configure the application to manage certain tokens by default, you need to configure them in the config file and add the corresponding environment variables. For example, you can add a new environment variable called NEXT_PUBLIC_WALLET_1 corresponding to the WALLET_1 keypair. You will need to add as many new environment variables as wallet ids are used in your configuration file.
The analyzed product is a token management application that allows users to create, mint, and transfer SPL tokens. It supports both mainnet and devnet environments and is compatible with various wallets. The application offers two operation modes: wallet-based and server-based, and provides persistence for newly created tokens in server mode. Installation requires cloning the repository and running the development server, along with configuring the necessary environment variables.