Skip to content

Latest commit

 

History

History
 
 

ts

ts

Contains projects from the first week of the course. Files starting with nft_* and spl_* were in the scope of the cousre. Other files were not used.

Setup

To set up the projects in this repository, follow these steps:

  1. Fork the solana-starter repository

  2. Clone the repository:

    git clone https://github.com/your-username/solana-starter.git
    cd solana-starter
  3. Install the necessary dependencies:

     yarn
  4. Add a new file ./wba-wallet.json with your own wallet's secret key.

Usage

To run the projects, follow the instructions provided in each project's folder. For example, to run the SPL Token Initialization project:

  1. Navigate to the project folder:

    cd ./cluster1
  2. Run the project:

    yarn spl_init

Results

SPL-Token

SPL-Token transfer

Rug NFT