Skip to content

OpenOrdex is an open source zero-fee trustless Bitcoin NFT marketplace based on partially signed bitcoin transactions

License

Notifications You must be signed in to change notification settings

stevel408/openordex

This branch is 82 commits behind orenyomtov/openordex:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 22, 2023
bafe8a6 · Apr 22, 2023
Mar 7, 2023
Mar 6, 2023
Feb 21, 2023
Mar 6, 2023
Mar 27, 2023
Mar 1, 2023
Apr 22, 2023
Mar 6, 2023
Mar 6, 2023
Feb 21, 2023
Feb 28, 2023
Mar 6, 2023
Mar 14, 2023
Mar 14, 2023
Mar 14, 2023
Mar 14, 2023
Mar 14, 2023

Repository files navigation

OpenOrdex - Open Ordinals Decentralized Exchange

OpenOrdex is an open source zero-fee trustless Bitcoin NFT marketplace based on partially signed bitcoin transactions

How it works

The seller creates a partially signed bitcoin transaction (PSBT) specifying the price of the ordinal.
The buyer can then sign the PSBT and broadcast it to the network.

How to add your collection

All inscriptions can be viewed directly via their inscription number or ID.

In addition, the homepage features collections in a random order.
The collection data is taken from the ordinal-collections repo.

In order to have your collection listed, create a pull request on the ordinal-collections repo.

How to run Openordex in your localhost

Build docker image

$ docker build -t openordex .

Run Openordex with docker

$ docker run -it -d -p 8080:80 openordex

Screen Shot 2023-03-06 at 9 40 15 AM

About

OpenOrdex is an open source zero-fee trustless Bitcoin NFT marketplace based on partially signed bitcoin transactions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.5%
  • CSS 6.4%
  • HTML 2.1%