The exact source a sandboxed build reproduced the on-chain wasm from (bit-for-bit) β served from SUBFROST's verified-build database, since the origin repository is private.
Build & verification details
Reproduction recipestructural match
Every fixture below was reversed from the on-chain bytecode, then pinned in a sandboxed rebuild. Reproduced deterministically β the source genuinely compiles to this bytecode.
Toolchain
Build environment
HOME
/home/lee
β embedded registry/git-checkout paths
CARGO_HOME
/home/lee/.cargo
env
CC_wasm32_unknown_unknown=clang-14
Git dependency
repo
kungfuflex/alkanes-rs
rev
d787cdd
β fingerprint git_deps
source-id
bare (matches -C metadata β mono ordering)
memory-bank/techContext.md3,835 B
# Technical Context
## Technologies Used
### Core Technologies
- **Rust** - Primary programming language
- **WebAssembly (WASM)** - Compilation target for the contract
- **Alkanes Framework** - Smart contract framework for token implementation
- **MessageDispatch** - Macro for opcode-based message dispatching
### Dependencies
- **alkanes-support** - Core support library for alkane contracts
- **alkanes-runtime** - Runtime support for alkane execution
- **metashrew-support** - Support library for metashrew compatibility
- **protorune-support** - Support for protorune protocol
- **alkane-factory-support** - Factory pattern support for token creation