Skip to content

DecentralizedGeo/astral-logbook

 
 

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

A decentralized application to record geotagged log entries

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.4%
  • JavaScript 3.1%
  • Other 1.5%