Skip to content

degen-lab/stacks-pools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

decentralized-stacks-pools

Main Structure

  • Bitcoin Scripting in Rust
    • z_development folder contains the code format that is used in the main app
      • mainly p2tr_transaction, pox_multisig_payment and helpers
  • Front End Pools
    • Mining
    • Stacking
  • Smart Contracts
    • Smart Contract
      • Mining Pool
      • Stacking Pool
      • Bridge
    • Utils
      • Auxiliary SC snippet examples that can be useful
  • Bridge
    • Front End
    • Back End