Giter Site home page Giter Site logo

8bitsats / thetickerisrunesui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from paul-schaaf/spl-token-ui

0.0 0.0 0.0 357 KB

Interface for creating and managing SPL Tokens

Home Page: https://spl-token-ui.com

JavaScript 1.36% TypeScript 34.36% HTML 0.74% Vue 63.45% SCSS 0.09%

thetickerisrunesui's Introduction

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

thetickerisrunesui's People

Contributors

paul-schaaf avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.