Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 502 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 502 Bytes

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