Skip to content

mi-yu/ord-custom-indexer-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ordinals indexer with channel feature

This is an example of how to use the Ordinals indexer with the channel feature. Run against signet with:

cargo run  -- --signet --data-dir tmp/.ord --bitcoin-data-dir <your btc node data dir> --rpc-url <your btc node rpc>

A cookie file may need to be created and specified if your node is using authentication. You can use the --cookie-file option to specify the path to the cookie file. The cookie file should be in the format __cookie__:<token>.

cargo run  -- --signet --data-dir tmp/.ord --bitcoin-data-dir <your btc node data dir> --rpc-url <your btc node rpc> --cookie-file <path to cookie file>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages