Coder Social home page Coder Social logo

ruthenium's Introduction

Ruthenium

Description

The blockchain motivating to not capitalize tokens.

For further information, see the dedicated wiki page

Prerequisites

  • Using sources (option A)
    • Install go version 1.17 or higher
  • Using docker image (option B)
  • Open your DNS port 8106
  • To be able to validate blocks, you need be registered in the Proof of Humanity registry with an Ethereum wallet address for which you are the owner of <your private key>

For further information, see the dedicated wiki page

Installation

  • Using sources (option A)
    • Clone the project: git clone https://github.com/my-cloud/ruthenium.git
  • Using docker image (option B)
    • Pull the image: sudo docker pull ghcr.io/my-cloud/ruthenium:main

For further information, see the dedicated wiki page

Launch

  • Using sources (option A)
    • At root level (ruthenium folder), run the node:
      go run src/node/main.go -private-key=<your private key>
      
    • At root level (ruthenium folder), run the ui:
      go run src/ui/main.go -host-ip=<your external IP address> -private-key=<your private key>
      
  • Using docker image (option B)
    • Run the node:
      sudo docker run -p 8106:8106 -ti ghcr.io/my-cloud/ruthenium:main \app\node -host-ip=<your external IP address> -private-key=<your private key>
      
    • Run the ui:
      sudo docker run -p 8080:8080 -ti ghcr.io/my-cloud/ruthenium:main \app\ui -private-key=<your private key>
      
  • Using a web browser, go to:
    • http://localhost:8080
    • if not provided, the private key will be generated, then you need to securely store it.

For further information, see the dedicated wiki page

Authors and acknowledgment

For a tutorial to create a first blockchain in go, thanks to:

License

img.png

http://unlicense.org/

Project status

The main principles have been implemented.
Now it needs a lot of refactoring and tests to improve maintainability and reliability.

ruthenium's People

Contributors

jeremypansier avatar gwenall 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.