Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Bountychain Backup Server

This is the backup server and database for BountyChain. It handles failed transactions and runs a cron that update the database with the latest transactions.

Getting Started

To install dependencies:

bun install

To run:

bun run dev

open http://localhost:3000