VincentDebug / go-ord-tx

golang ordinals btc nft inscribe tx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-ord-tx

golang ordinals btc nft inscribe tx

Supports two types of batch inscriptions:

  • One commit transaction with multiple reveal transactions.
  • One commit transaction with a single reveal transaction.

The inscribewithoutnoderpc, inscribewithprivatenoderpc, and inscribewithpublicnoderpc examples demonstrate how to use the go-ord-tx package to create inscriptions.

  • inscribewithoutnoderpc: sends raw transactions directly to the network, without using an RPC node;
  • inscribewithprivatenoderpc: uses a private RPC node.
  • inscribewithpublicnoderpc: uses a public RPC node.
  • more see Inscription Example

Contributing

We welcome contributions to this project. If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.

Acknowledgments

We would like to thank the following contributors:

laizy

Your contributions to this project are greatly appreciated.

About

golang ordinals btc nft inscribe tx

License:Creative Commons Zero v1.0 Universal


Languages

Language:Go 100.0%