Skip to content

stream-protocol/bark-token-program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bark Token Program Logo

Token Generator Tools

Overview

Bark Token Program is a Solana-based decentralized token management system. It allows users to create, mint, transfer tokens, and manage associated fees. This program leverages the Solana blockchain to ensure secure and transparent token operations.

Features

  • Create New Token: Create a new token with customizable parameters, including token symbol, name, and maximum supply.

  • Mint Tokens: Mint tokens to a specified account using the mint authority.

  • Transfer Tokens: Transfer tokens from one account to another with a configurable transfer fee.

  • Fee Management: Collect and manage transfer fees, with the ability to withdraw fees to a designated fee vault.

Prerequisites

Make sure you have the following tools installed:

Installation

  1. Clone the repository:

    git clone https://github.com/bark-community/bark-token-program.git
  2. Navigate to the project directory:

    cd bark-token-program
  3. Install dependencies:

    npm install
    # or
    yarn install

Usage

  1. Update the configuration in client.ts:

    • Set the desired parameters for creating a new token.
    • Configure the minting and transfer process.
  2. Run the program:

    npm start
    # or
    yarn start

ToDo List

  • Implement additional features (Specify features to be added).
  • Implement Transfer hook + interest token features.
  • Enhance security measures.
  • Add testing coverage.
  • Improve error handling and logging.
  • Update documentation for contributors.
  • Optimize lamports "gas" fees for transactions.
  • Solana 2022-Token Generator.
  • Documentation + System Architecture.
  • dApp + UI/UX.
  • Factory Program.
  • Create and add a comprehensive guide for users.
  • Enhance user feedback mechanisms.

License

MIT License - see the LICENSE file for details.

About

Bark Token Program is a Solana-based decentralized token management system. It allows users to create, mint, transfer tokens, and manage associated fees. This program leverages the Solana blockchain to ensure secure and transparent token operations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors