Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

A simple hello world blockchain program to store your github public repo count to the solana blockchain

Notifications You must be signed in to change notification settings

uttarayan21/hello-world-solana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello World Solana

Simple hello world program for the solana blockchain

This gets number of public_repos in a github account and stores it to the solana blockchain.

Contains the on-chain rust program and the typescript client program.

Needs

  • rust
  • solana (sh -c "$(curl -sSfL https://release.solana.com/v1.8.0/install)")
  • node
  • yarn/npm

Change the setStatus(<username>) in src/client/main.ts

To run it.

solana config set --url localhost
solana-keygen new
solana-test-validator

cd hello-world-solana

yarn install
yarn run build
yarn run deploy
yarn run start

About

A simple hello world blockchain program to store your github public repo count to the solana blockchain

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published