bitcoin-script-opcodes

Crates.iobitcoin-script-opcodes
lib.rsbitcoin-script-opcodes
version0.1.0
sourcesrc
created_at2022-09-30 18:33:06.234672
updated_at2022-09-30 18:33:06.234672
descriptionA collection of opcodes used in Bitcoin Script
homepage
repository
max_upload_size
id677458
size1,965
Joe Gesualdo (joegesualdo)

documentation

README

Bitcoin Script Opcodes

A collection of opcodes used in Bitcoin Script

Note

Not a full list of all available opcodes. Feel free to add more and submit a pull request.

Install

Add package to Cargo.toml file

[dependencies]
bitcoin-script-opcodes = "0.1.0"

Usage:

use bitcoin_script_opcodes::{OP_0};

// use codes here....

Documentation

Available opcodes and documentation can be found here

License

MIT © Joe Gesualdo

Commit count: 0

cargo fmt