Skip to content

decent-sledding/solanabootcamp_ua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solutions for Solana Ukrainian BOOTcamp from Kumeka Team


Contents

  • Generating new Solana Account keys
  • Storing and loading keys to/from .env file
  • Obtaining balance for a given account
  • Grinding keys with given properties
  • Requesting Solana Airdrop
  • Sending Solana
  • Creating Memo Notes
  • Creating SPL Token Mints
  • Creating new Token Mint Associated Accounts
  • Sending Tokens between accounts

Basic Info

Dependencies

  1. esrun

    esrun is a special NodeJS library that allows you to run TypeScript "programs" (scripts) on the fly

    without the need to build and bundle the project

  2. @solana/web3.js

    This is the main TypeScript library that allows us to interact with the Solana blockchain.

    Also provides essential cryptography uitls/tools (such as creation of key-pairs, etc..)

  3. @solana-developers/helpers

    This package contains additional utils that may or may not in the future be merged into web3.js package

About

Solutions for Solana Bootcamp UA from Kumeka Team

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published