Coder Social home page Coder Social logo

learn-solana-web3-lib's Introduction

Study material to interact with Solana web3 n/w

Steps to prepare the learning environment

2. Installing nodejs

  1. Prefer linux/mac system for development. If you are on windows install WSL - https://learn.microsoft.com/en-us/windows/wsl/install

WSL: Windows Subystem for Linux. This is a light weight ubuntu/other flavours on windows, gives Linux enviroment without installing linux VM. After installation, open WSL terminal and continue > the next steps

  1. Install NVM: Node Version Manager from here - https://github.com/nvm-sh/nvm

  2. install nodejs - # nvm install 20.10.0 - Please prefer this version as few operations are deprecared on node > v21.0

3. Fork this repository and set the upstream

# git remote add upstream [email protected]:VHariharmath/learn-solana-web3-lib.git

4. Install dependencies (package.json has all dependencies listed)

# cd learn-solana-web3-lib.git
# npm install

5. Run the sample program

# npx esrun generate_keypair.ts

6. For the latest updates, fetch the upstream

# git fetch upstream
# git rebase upstream/main

learn-solana-web3-lib's People

Watchers

Vinayak avatar

Forkers

vitthalpadwal

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.