Git Product home page Git Product logo

sirajcoin's Introduction

Sirajcoin

Hello world, it's Sirajcoin!

Sirajcoin is an experiment with two goals:

  • add rocket fuel to the growth of our community
  • fund AI research in a decentralized way!

Note: this is still very experimental code, and it may be insecure. Please do not pay real money for Sirajcoin.

Installing the Sirajcoin wallet

To send and receive Sirajcoin, you'll need Node.js version 8 or later.

Then in your terminal, run:

npm i -g sirajcoin

If you're having trouble installing, try installing it locally:

mkdir -p ~/.sirajcoin && \
cd ~/.sirajcoin && \
echo {} > package.json && \
npm i sirajcoin && \
export PATH=$PATH:$PWD/node_modules/.bin

Getting your first Sirajcoin

First, you'll need to generate a Sirajcoin address.

After you've installed the wallet, you can see your address by running:

$ sirajcoin balance

To get your first Sirajcoin, simply subscribe to the YouTube channel, then post a comment containing your Sirajcoin address on this video, and the Sirajcoin YouTube oracle will automagically grant you 10 Sirajcoin if you've subscribed.

Sending Sirajcoin

To send Sirajcoin to someone, run:

$ sirajcoin send <recipient_address> <amount>

How it works

In short, Sirajcoin is a proof-of-stake cryptocurrency built on top of Tendermint consensus using a library called Lotion, secured by a hand-picked set of community validators.

You can learn more about the technical details and economic design of Sirajcoin in the Sirajcoin whitepaper.

Credits

Sirajcoin is developed by:

and you are encouraged to contribute ideas or pull requests!

License

MIT

sirajcoin's People

Contributors

andersthuesen avatar mappum avatar llsourcell avatar keppel avatar danielsan avatar github30 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.