npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

factom-storage

v0.2.0

Published

Command line tool to store files in Factom blockchain

Downloads

11

Readme

factom-storage

Factom-storage is a simple proof of concept to store and retrieve complete files in the Factom blockchain. That said having a blockchain storage at a fixed rate (not dependending on fluctuation of the market) is not that a crazy idea and can have some actual utility.

Please checkout doc folder for technical details on how your documents are uploaded.

Installation

sudo npm install -g factom-storage

Usage

Upload

factom-storage upload <file>

Upload a file to the Factom blockchain.

Positionals:
  file  File to upload to Factom

Options:
  --help             Show help
  --version          Show version number
  --socket, -s       IPAddress:port of factomd API
  --wallet, -w       IPAddress:port of walletd API
  --key, -k          A Factom digital identity key (idpub or idsec) or a 32-byte seed to be used to sign the file
  --ecaddress, --ec  EC address to pay for the created chain and entries
  --meta, -m         Textual meta information about the file to be stored
# If you provide a public EC address for payment factom-storage will attempt to retrieve the private key from a local walletd running on port 8089 (wallet location can be specified with -w flag).
factom-storage upload -s '52.202.51.229:8088' -m "My pic!" --ec EC2vXWYkAPduo3oo2tPuzA44Tm7W6Cj7SeBr3fBnzswbG5rrkSTD ./my_picture.jpg
# If you provide directly a private EC address the tool does not need access walletd.
factom-storage upload -s '52.202.51.229:8088' -m "My pic!" --ec Es32PjobTxPTd73dohEFRegMFRLv3X5WZ4FXEwNN8kE2pMDfeMyk ./my_picture.jpg

Download

factom-storage download <chainid>

Download a file from the Factom blockchain.

Positionals:
  chainid  Chain ID of the file to download

Options:
  --help        Show help
  --version     Show version number
  --socket, -s  IPAddress:port of factomd API
factom-storage download -s '52.202.51.229:8088' e1e1a5cbfb153d92bfd0db4dcd7bf2cfcdb52e4d3bb05beada8c9e70536a455e