https://github.com/benjythebee/nft-lighthouse
BunJS server behind Cyberbroker's paradigm-found NFT ownership system
https://github.com/benjythebee/nft-lighthouse
bun js nft web3
Last synced: 2 months ago
JSON representation
BunJS server behind Cyberbroker's paradigm-found NFT ownership system
- Host: GitHub
- URL: https://github.com/benjythebee/nft-lighthouse
- Owner: Benjythebee
- Created: 2025-06-30T23:55:48.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-07-01T00:38:20.000Z (12 months ago)
- Last Synced: 2025-07-01T01:34:55.949Z (12 months ago)
- Topics: bun, js, nft, web3
- Language: TypeScript
- Homepage: https://cyberbrokers.com
- Size: 604 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nft-lighthouse
The BunJS server behind Cyberbroker's paradigm-found NFT ownership system. Runs a small server that listens for chain events and records ownership over time. It then provides an API to let other microservices get information about a wallet's owned NFTs
To install dependencies:
```bash
bun install
```
make sure you have the appropriate env vars
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.0.13. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.