Giter Club home page Giter Club logo

altcoin's Introduction

altcoin

[GoDoc] (http://godoc.org/github.com/toqueteos/altcoin)[![codebeat](https://codebeat.co/badges/a7b74900-1bbc-439b-a523-24215742994d)](https://codebeat.co/projects/github-com-toqueteos-altcoin)

The simplest crypto-currency ported from Python to Go for readability and type-safety, also for the fun and learn new things.

DISCLAIMER: Identifier names (variables and funcs) don't strictly follow Go styleguide, for example, you may find var foo_bar instead of var fooBar. This would be fixed gradually.

Installation

Tested on: go version go1.3 windows/amd64, it may work on older versions.

It should work on all other Go supported OSes.

You can easily install a full node by:

go get github.com/toqueteos/altcoin/cmd/altcoind

Organization

Everything lives in its own independent sub-package.

Exceptions to this rule are packages:

  • config.
  • types.
  • tools.
  • templates, not an actual Go package; holds the HTML files requires for webgui.

Comparisons to basiccoin

I've only worried about understanding how this thing worked and making it readable, basiccoin's Python codebase was heavily compressed so its very hard to read (even though its Python).

It may contain critical bugs due to some missunderstanding while porting it.

Feel free to criticise, send issues or pull requests at any time.

I'll try to read all those as soon as possible.

Creating a derived coin

altcoin allows to easily create derived custom coins easily, just as basiccoin's.

Files you may want to check out:

altcoin's People

Contributors

zack-bitcoin avatar toqueteos avatar chriscalderon avatar korzonek avatar

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.