Skip to content
/ xbooth Public
forked from 0xksure/xbooth

exchange booth program inspired by the solana chicago bootcamp

Notifications You must be signed in to change notification settings

rogaldh/xbooth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exchange Booth Program

As part of the Solana Chicago Bootcamp

The repo is a WIP for the Solana smart contract specified in the Exchange_booth_Program_Spec. The current code is inspired by the material presented during the Solana Bootcamp series on youtube.

Structure

The project follows pretty basic Solana structure with a src folder containing the smart contract and a test folder containing the solana_program_test.

There are no unit tests as the integration like tests provided by the solana_program_test crate provides more robust testing.

TODO:

  • Initialize Exchange Booth
  • Deposit into vault
  • Withdraw from vault
  • Exchange tokens using exchange booth
  • Close excahnge booth

The code is only meant as educational and is not a complete smart contract ready for anything else than you local validator network

About

exchange booth program inspired by the solana chicago bootcamp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%