Skip to content

Proof of concept of a decentralized application for recording location data with IPFS storage and Filecoin backups via web3.storage

License

Notifications You must be signed in to change notification settings

easierdata/logbook-filecoin

 
 

Repository files navigation

Decentralized Location Logger

This is a proof of concept of a decentralized application for recording location data with IPFS storage and Filecoin backups via web3.storage, built on Astral Logbook.

Documentation

Quick Start

# Fork the repository

# Clone the repository
git clone https://github.com/YOUR-USERNAME/logbook-filecoin.git

# Install dependencies
cd logbook-filecoin
yarn install

# Set up environment variables
cd packages/nextjs
cp .env.example .env.local

# Edit .env.local with your API keys

# Start the development server
yarn dev

For complete setup instructions, see the Deployment Guide.

License

This project is licensed under the MIT License.

About

Proof of concept of a decentralized application for recording location data with IPFS storage and Filecoin backups via web3.storage

Resources

License

Contributing

Stars

Watchers

Forks

Languages

  • TypeScript 95.3%
  • JavaScript 3.2%
  • Other 1.5%