All Projects → paul-schaaf → spl-token-ui

paul-schaaf / spl-token-ui

Licence: other
Interface for creating and managing SPL Tokens

Programming Languages

Vue
7211 projects
typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to spl-token-ui

OpenLoginSdk
Pluggable auth infrastructure for Web3 wallets and dapps
Stars: ✭ 108 (-16.92%)
Mutual labels:  solana
Open Crypto Tracker
Bitcoin / Alts private portfolio tracker, with email / text / alexa / telegram price alerts, charts, leverage support and much more.
Stars: ✭ 59 (-54.62%)
Mutual labels:  solana
nina
a self-publishing protocol for musicians - on solana
Stars: ✭ 27 (-79.23%)
Mutual labels:  solana
serum-vial
Real-time WebSocket market data API for Serum
Stars: ✭ 154 (+18.46%)
Mutual labels:  solana
bonfida-utils
Collection of different utilities in use across various Bonfida projects
Stars: ✭ 22 (-83.08%)
Mutual labels:  solana
Solana.Swift
This is a open source library on pure swift for Solana protocol.
Stars: ✭ 107 (-17.69%)
Mutual labels:  solana
Solnet
Solana's .NET SDK and integration library.
Stars: ✭ 252 (+93.85%)
Mutual labels:  solana
solana-py
Solana Python SDK
Stars: ✭ 445 (+242.31%)
Mutual labels:  solana
serum-price-api
An easy to use API to know SPL Tokens price.
Stars: ✭ 23 (-82.31%)
Mutual labels:  solana
expo-solana-wallet
Cross-Platform Solana Wallet built with Expo and Solana/web3.js
Stars: ✭ 122 (-6.15%)
Mutual labels:  solana
raydium-sdk
An SDK for building applications on top of Raydium.
Stars: ✭ 66 (-49.23%)
Mutual labels:  solana
guild
Guild - Build Your Guild and award employees with Crypto 💰
Stars: ✭ 3 (-97.69%)
Mutual labels:  solana
dex-v4
Orderbook-based on-chain SPL token swap market
Stars: ✭ 36 (-72.31%)
Mutual labels:  solana
wallet-adapter
Modular TypeScript wallet adapters and components for Solana applications.
Stars: ✭ 964 (+641.54%)
Mutual labels:  solana
kyve
KYVE - A protocol for verified data-streams
Stars: ✭ 51 (-60.77%)
Mutual labels:  solana
solana-nft-token-metadata-update
Node.js script to update NFT Token metadata on Solana Blockchain
Stars: ✭ 143 (+10%)
Mutual labels:  solana
fetch-nft
🖼🎑🌠 A utility to fetch and easily display Ethereum & Solana NFTs in a common format given any wallet
Stars: ✭ 83 (-36.15%)
Mutual labels:  solana
metaplex-cli
Command line interface for Solana Metaplex programs.
Stars: ✭ 16 (-87.69%)
Mutual labels:  solana
air-support
Airdrop automation tools for Solana from The Skeleton Crew
Stars: ✭ 112 (-13.85%)
Mutual labels:  solana
solana-web3-demo
a quick demo for solana web3
Stars: ✭ 93 (-28.46%)
Mutual labels:  solana

spl-token-ui

Netlify Status

A UI for the creation and management of SPL tokens

Features

Managing Tokens

  • Creating new tokens
  • Editing a token's mint and freeze authority

Managing Token Accounts

  • Creating token accounts and associated token accounts
  • Minting tokens to token accounts
  • Transferring tokens
  • Freezing token accounts
  • Thawing token accounts
  • Burning tokens
  • Closing accounts
  • Setting account owners
  • Setting acount close authorities
  • Approving and revoking delegates

Airdrops

  • Requesting SOL airdrops
  • Managing Token Faucets

FAQ

What secret types are supported in the manual input secret field?

  • Seed phrase
  • Ed25519 comma-separated number array
  • Base58 encoded Ed25519 comma-separated number array

How are seed phrases converted to private keys?

  • Seed phrases are converted using the derivation path m/501'/0'/0/0

How-to

Token Faucets

Token faucets allow developers to easily give others access to tokens of a specific mint without sending around their private key. This is accomplished through a token faucet program (https://github.com/paul-schaaf/spl-token-faucet).

When creating a token faucet, the chosen token's mint authority is transferred to a Program Derived Address. The program then accepts minting requests. Having received such a request, the program checks that the requested amount is lower than the configured max amount or that the requester is the faucet admin (in which case they may mint as much as they like). These parameters can be set during faucet creation. Finally, a faucet may be closed again but only if it has an admin configured which must sign the closure tx. Faucet closure will transfer the token's mint authority back to the admin.

Contributing

Please see CONTRIBUTING.md

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].