An image hosting service on top of the LBRY protocol.
Go to file
2017-05-26 02:00:27 -07:00
helpers handled case of lbry daemon 'get' timeout 2017-05-26 01:25:07 -07:00
public Update claim.html 2017-05-26 02:00:27 -07:00
routes added 'name' field to publish 2017-05-26 00:49:29 -07:00
.gitignore replacing live-coded spee.ch with @billbitt js version 2017-05-24 11:07:43 -07:00
package.json sockets.io with text-string test 2017-05-24 22:50:02 -07:00
README.md Update README.md 2017-05-24 14:31:43 -07:00
server.js sockets.io with text-string test 2017-05-24 22:50:02 -07:00
worker.js replacing live-coded spee.ch with @billbitt js version 2017-05-24 11:07:43 -07:00

spee.ch

spee.ch is a single-serving site that reads and publishes images to and from the LBRY blockchain.

how to use this repository

  • start lbry
    • install the lbry daemon
    • start the lbry daemon
  • start RabbitMQ (this will handle the queue for background processing)
  • clone this repo
  • run npm install
  • from your terminal, run npm start
    • to run hot, run nodemon server.js
  • start a worker by running node worker.js in a separate session in your terminal
  • visit localhost:3000

site navigation

  • spee.ch.
    • To publish a file, navigate to the homepage.
  • spee.ch/
    • To view the file with the largest bid at a claim.
    • E.g. spee.ch/doitlive.
  • spee.ch/< the name of the claim >/< the claim_id >
    • To view a specific file at a claim
    • E.g. spee.ch/doitlive/c496c8c55ed79816fec39e36a78645aa4458edb5
  • spee.ch//all
    • To view a batch of files at a claim
    • E.g. spee.ch/doitlive/all

development to-do's

  • discover/explore functionality for home page
  • display a list of claims at /:name/all
  • fetching: a temporary page while the request is being made (with a loading bar?)
  • publishing: a temporary page while the request is being handled by the server (with a loading bar?)
  • publishing: after publishing, take the user to a temp page with the tx info and status of the tx (then redirect when the tx is complete)

API

Note: these are being used for testing durring spee.ch development and may not be maintained

  • A GET request to spee.ch/claim_list/
    • Will return the claim_list for the claim in json format.
    • E.g. spee.ch/claim_list/doitlive