Skip to content

subfrost/subfrost-alkanes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

frBTC

Build

cargo build --release

WASM will be built to target/wasm32-unknown-unknown/fr_btc.wasm

gzip compression level 9 is recommended to compress the wasm to a *.wasm.gz file before deploying to Bitcoin.

Usage

This alkane implements the following opcodes:

  • 0: initialize(mint_auth_token_amount: u128, mint_amount: u128)
  • 77: mint()
  • 78: burn(u128)
  • 99: name(): String
  • 100: symbol(): String
  • 1001: payments_at_height(): Vec<u8>

Author

flex

License

MIT

About

SUBFROST BTC asset on ALKANES

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published