ordinal-lock
v1.0.11
Published
A demo sCrypt smart contract.
Downloads
4
Readme
Ordinal Lock
OrdinalLock is a Bitcoin Contract which allows an Ordinal to be offered up for sale on a decentralized marketplace. These listings can be purchased by anyone who is able to pay the requested price. Listings can also be cancelled by the person who listed them, or another pre-determined public key hash.
OrdinalLock is based on the RelayX OrderLock which was designed to work with Run tokens. OrderLock has some requirements on how the spending transaction must be formatted which is incompatible with ordinals.
Build
npm run build
Testing Locally
npm run test
Run Bitcoin Testnet Tests
npm run testnet