Skip to content

blockfiles-io/api

Repository files navigation

Blockfiles.io Main Server

This is the main server for blockfiles.io. It runs in an AWS Lambda function as a native Swift server. The underlying framework is vapor.

Database

The database used is a MySQL database.

Blockchain vs Database

The database is mostly used as a cache for the blockchain. Some metadata is stored in the database which is also returned through API but all ownership and IP related issues are strictly kept on-chain.

The server is also checking the blockchain in real-time for requests (like downloads).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published