Giter Club home page Giter Club logo

forkmaps.com's Introduction

forkmaps logo

Roadmap

  • Sort, search
  • Display coin algorithms
  • Addional links for coins (social media, wallet generators, etc.)
  • Merit-based coin ranking (dev score, forks/time, community, etc.)
  • Fork timeline
  • Additional graph types
  • Add other coin families
  • Dashboard with charts like coin fork count, algorithm count, coin age, max supply, emission length, maybe current circulating.

Contributing

Coin Data

Coin data for forkmaps.com is maintained by community contributors. For convenience, cryptonote coin data is maintained in the cryptonote repo.

Website

# clone the project
git clone https://github.com/ForkMaps/forkmaps.com.git

# change working directory
cd forkmaps.com

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

Support

All donations go to the community, in the form of giveaways, tips, and bounties.
# BTC 3HLrTJk5fFWRMHipD66TAkcnfWEBmGPmR7
# ETH 0x27b7a2c8cce5bb2b66d01c767632e87145b772ae
# LTC LaaNvStTVHJ6m3rHx8URG7QMGJiLkN5PJz
# NERVA NV3Rva5xnA71XrDTxVV7oTJrmNNau9WJucnWBLVwfhtT5TSiUedVEZyigMwXr5kV8q1LHBTLrTBJaYon3qJnrjm31nR2JAE2N
# TRTL TRTLv1zqKazWXkWHrM1iPuGtyVzGiZJNTboUA7dQcghJhJ8p1v4bx6QM3YjTcAKvJdFswU6qRUdqrKdiCxpDNGHderQpu47tn2N
# XMR 4Cf2TfMKhCgJ2vsM3HeBUnYe52tXrvv8X1ajjuQEMUQ8iU8kvUzCSsCEacxFhEmeb2JgPpQ5chdyw3UiTfUgapJBhAHNczWHnc37Wxn5Mo

forkmaps.com's People

Contributors

barretts avatar jerme404 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

forkmaps.com's Issues

[Bounty] Coin info and links

There is a lot of potential data for each of these coins that has yet to be collected and it is a time consuming task to put it all in order.

You can see a start of the process here https://github.com/barretts/forknote-tree/blob/master/coins.json in which we have just over 170 coins.

// The `coin object identifier` consists of the coin symbol and name concatenated by a hyphen and in all lower case. In the example of Monero this would be `xmr-monero`.
`"xmr-monero": {
    // `coin` is the symbol name chosen by the coin developers. This value does not have to be unique to be valid.
    "coin": "XMR",
    // `name` is the coin's official name as chosen by the developers.
    "name": "Monero",
    // `activelyMined` is `true` in the case of seed nodes being online, the coin being on mainnet, and there being a positive nethash value.
    "activelyMined": true,
    // `algorithm` is the coins algorithm as selected from a standardized list of: `Cryptonight`, `Cryptonight v7`, `Cryptonight Lite v1`, `Cryptonight Heavy`, `Cryptonight Fast`, `Wild Keccak`, `Cryptonight Haven`, `Cryptonight Red`, `Cryptonight Saber`, `Cryptonight Stellite`, `Cryptonight Alloy`, `Cryptonight Arto`, `Cryptonight B2N`, `Cryptonight Marketcash`
    "algorithm": "Cryptonight v7",
    // `launchDate` is the official launch of the mainnet for the coin in format YYYY-MM-DD
    "launchDate": "2018-12-31",
    // `repo` is the official source code repository for the coin
    "repo": "https://github.com/monero-project/monero",
    // the coin's difficulty target
    "diffTarget": 120,
    // `website` is the official website specified by the coin developers
    "website": "https://getmonero.org",
    // `forkedFrom` is the `coin object identifier` or an array of `coin object identifier`s from which this particular coin is derived. For instance `wtip-worktips` is `forkedFrom: "trtl-turtlecoin"`
    "forkedFrom": null,
    // `links` is an hash where the key is the type of link added and the value being the link in question. There are many links that a coin can posses but typical ones are `bitcointalkAnn`, `explorer`, `twitter`, `reddit`, `facebook`, `whitepaper`, `gplus`
    "links": {
      "bitcointalkAnn": "https://bitcointalk.org/index.php?topic=583449",
      "explorer": "http://moneroblocks.info/",
      "twitter": "https://twitter.com/monerocurrency",
      "reddit": "http://www.reddit.com/r/monero",
      "facebook": "https://www.facebook.com/monerocurrency",
      "whitepaper": "https://cryptonote.org/whitepaper.pdf",
      "gplus": "https://plus.google.com/101861896996947433029/posts"
    },
    // `pools` is an array of active pools for a given coin
    "pools": [
      "https://supportxmr.com/",
      "https://xmrpool.net/",
      "https://xmr.nanopool.org/",
      "https://monero.hashvault.pro/"
    ]
}

For each value corrected or added I will pay 50 TRTL. If all the coins were filled in as completely as the above example the total would be about 160,000 TRTL.

classification

Pennykoin is more of a (orig based on bitcedi, rebase to xry, then ctl)citadel fork at this time, but has pulled code from a LOT of places.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.