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.
- Getting Started & Functionality
- Technology Stack & Architecture
- Prerequisites
- Deployment Guide
- Troubleshooting
# 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.
This project is licensed under the MIT License.