Skip to content

A collection of helpers for the Bitcoin rune protocol, targeting NodeJS.

Notifications You must be signed in to change notification settings

symbolsai/runes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This NodeJS package is a small collection of helpers written on top of the ordinals Rust crate that allows you to do basic parsing and validating of raw transactions.

Building locally

If you want to build this project locally and generate the JS/WASM yourself you'll need to make sure a few things are setup:

  • Rust

  • clang:

    • Linux: apt install clang
    • Mac (DOT NOT use the default version xcode installs): brew install llvm
  • wasm-pack: cargo install wasm-pack

  • MacOS only: Put the following in your .zshrc/.bashrc and source it:

    AR=/opt/homebrew/opt/llvm/bin/llvm-ar
    CC=/opt/homebrew/opt/llvm/bin/clang

Build

./build.sh

About

A collection of helpers for the Bitcoin rune protocol, targeting NodeJS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published