Skip to content

7moodev/simpledb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

A simple user information storing program and retrieval script, built entirely on Rust using the Solana Program and Solana's Rust SDK.

Assuming you already have Solana cli installed:

  • set /simpledb as current working directory
  • run npm run clean
  • run npm run build:program
  • run solana program deploy dist/program/program.so
  • copy prompted program ID and enter it in load/main.rs #line43
  • set /load as current working directory
  • run cargo build
  • run cargo run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages