| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
ord-api ord-api is forked from ordinals/ord. Added some APIs for inscription information. See ordinals/ord for guides.
use bitcoind cookie-file:
./ord_api --bitcoin-data-dir=/path/to/bitcoin/data/dir --cookie-file=/path/to/cookie/file --rpc-url=http://bitcoind-rpc-url --data-dir=/path/to/save/index/dir server --http-port 7070
use bitcoind username and password:
./ord_api --bitcoin-data-dir=/path/to/bitcoin/data/dir --bitcoin-rpc-pass="test" --bitcoin-rpc-user="test" --rpc-url=http://bitcoind-rpc-url --data-dir=/path/to/save/index/dir server --http-port 7070
For test net:
./ord_api --bitcoin-data-dir=/path/to/bitcoin/data/dir --cookie-file=/path/to/cookie/file --rpc-url=http://bitcoind-rpc-url --data-dir=/path/to/save/index/dir -t server --http-port 7070
| Back | FazBrowse Home | New Git URL |