P2P Bitcoin exchanges decentralized aggregator
- Node.js (v14 or later)
- Yarn or npm
- Clone the repository
- Install dependencies:
yarn install
# or
npm installTo start the development server:
yarn start
# or
npm startThis will run the app in development mode. Open http://localhost:3000 to view it in your browser.
To build the app for production:
yarn build
# or
npm run buildThis creates optimized files in the build folder, ready for deployment.
This application uses the nostr-tools library to connect to Nostr relays and fetch events. It connects to several relays for redundancy and better discovery of events.
Events are filtered to specifically show kind 38383 events, and any event with an "s" tag value of "pending" is excluded from the results.