noa

command module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 20, 2025 License: MIT Imports: 3 Imported by: 0

README

noa

Your Ark companion.

Installation

go install github.com/louisinger/noa@latest

Or build from source:

make install

Usage

address
noa address <address_ark>

Decodes an ARK address and displays:

  • Address ARK
  • Version and HRP (Human Readable Part)
  • Public Keys (signer and tapkey)
  • Script information (hex and asm)
script
noa script <script_hex>

Decodes a script and displays:

  • ASM disassembly
  • Ark Closure information (type and fields)
taptree
decode
noa taptree decode <taptree_hex>

Decodes a taptree (hex-encoded) and displays:

  • All scripts in the taptree (hex and asm)
  • Output script (hex and asm)
encode
noa taptree encode <script1_hex> [script2_hex] ...

Encodes one or more scripts into a taptree and displays the encoded taptree (hex).

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL