saidubundukamara / spl_token_with_transfer_fees

Creating Solana Program Library (SPL) tokens with Transfer Fees on the Solana blockchain.
0 stars 0 forks source link

Token with Transfer Fee

This project demonstrates how to create Solana Program Library (SPL) tokens with Transfer fees using the Solana blockchain. It utilizes several Solana packages to facilitate the creation, management, and interaction with tokens.

Table of Contents

Installation

To get started with the project, you need to have Node.js installed on your machine. Once you have Node.js, you can clone the repository and install the dependencies.

git clone [GitRepo](https://github.com/saidubundukamara/spl_token_with_transfer_fees)

cd token_with_metadata

npm install

Usage

To run the project, use the following command:

npm run start

This will execute the index.ts file using npx tsx.

Dependencies

The project relies on the following dependencies:

@solana-developers/helpers: A set of helper functions for Solana development.

@solana/spl-token: A library for working with SPL tokens on the Solana blockchain.

@solana/spl-token-metadata: A library for managing token metadata.

@solana/web3.js: The Solana Web3 SDK for interacting with the Solana blockchain.

License

This project is licensed under the MIT License.