Skip to content

Repository files navigation

Fewest Moves Chain

A blockchain which uses Fewest Moves solutions to hash-based scrambles as proof of work.

Development

Run development server with hot reloading

./bin/run

Generate a context for an LLM

./bin/generate_context

Backups

./bin/backup

Database

# Setup
cargo install sqlx-cli --no-default-features --features sqlite
cp .env.example .env
touch app.db

# Run migration
sqlx migrate run

# Create migration
sqlx migrate add <name>

# Manual commands
sqlite3 app.db

# Prepare for build
cargo sqlx prepare

Deployment

./bin/deploy

About

A blockchain which uses Rubik's Cube Fewest Moves Competition as Proof-of-Work

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages