Git Product home page Git Product logo

deploy-spl's Introduction

Create and Mint process

Create your own coin on Solana easily. This repository provides resources for deploying SPL and SPL Token-2022 tokens.

Create an SPL

Create an SPL and set metadata at once using src/CreateMetadata.ts file. Customize variables on your own.

Create an SPL token-2022

  1. Create an spl token-2022 using src/CreateAndMint.ts

    • simply run this command
    yarn start
    • This file creates a token and mint to the owner. You can customize the script on your own.
  2. Get mint account from output.

    • Please get mint account address from associated tx of output. Don't skip output check.

    • Save whatever you need.

    • Go .env file and edit SPL_TOKEN_2022_MINT value with your mint address.

  3. Mint custom amount using src/CreateAndMint.ts file. You need to customize the values of this file or are able to separate mint process.

Create a metadata for mint

If you check the mint address, you can see unrecognized token detail on explorer. We need to create a metadata and set it now. We use metaplex

  1. Create a metadata with metaplex token standard using src/CreateMetadata22.ts

    • run this command
    yarn metadata
    • This script sets metadata of mint for you.

    • You can customize metadata from this script.

  2. Done

Happy deploying!

deploy-spl's People

Contributors

versedpro 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.