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.
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
To run the project, use the following command:
npm run start
This will execute the index.ts file using npx tsx.
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.
This project is licensed under the MIT License.