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 🙏

© 2026 – Pkg Stats / Ryan Hefner

ouroboros-mfh

v1.0.8

Published

new idea of cryptoart

Readme

Cryptoart with a new type of blockchain - Ouroboros Manna From Heaven.
Read file white-paper.txt in this package to learh how to become a keeper(miner)
and get 1 manna for each vertebra(block) of ouroboros.
Or read it here: white-paper

Install

npm install ouroboros-mfh

Usage

const ouroborosMFH = require('ouroboros-mfh')

// run ouroboros
ouroborosMFH({ 
    server: server_name, // server_name = express()
    myDomain: '[www].domain', // your site name to be keeper
    // some active domain when you have no ouroboros chain
    defaultDomain: 'www.fastchooser.com'
})    

// set chain-collection in mongodb into global variable
global.ouroborosMFH = database.collection('ouroborosMFH')

/* To join the system as a keeper, you need to have an HTTPS  
website with a maximum of 3 levels for your domain name with  
only “www” on the third level that will be used as a node  
in the system. It is also required to use NodeJS and MongoDB  
for now.  

Create a new exhibit on letterevo.com. Then contact  
by email [email protected] notifying it that you want  
to be a keeper and send your site’s name and the number  
of your exhibit. After checking your site, ten thousand mannas  
will be transferred to your exhibit. Then transfer at least  
one cell (0.000001 Manna) anywhere from the first exhibit.  

While making the transaction, in the field “message” write  
your domain name in the following format:  
<add>sitename.com  

If post requests on your site are available with "www",  
don’t count on redirecting, write it with "www":  
<add>www.sitename.com
*/

Additional instruction

Also, file ouroboros-mfh.ejs is designed for the client side.  
You can use another view engine with your modifications.  
Your own site page gives you full control over security.  
It is the best way to protect your private key.  

Url https://www.letterevo.com/Ouroboros-MFH for transactions.  
Be free to watch javascript code on that page to be sure,  
we don't receive your private key.  

Version notes

1.0.1-1.0.7 - readme.md correction  

License

MIT