GithubHelp home page GithubHelp logo

sayuki0x / go-karai Goto Github PK

View Code? Open in Web Editor NEW

This project forked from karai/coordinator

0.0 1.0 0.0 9.54 MB

๐Ÿ–ฅ๏ธ Karai is a universal blockchain scaling solution for distributed applications.

Home Page: https://karai.io

License: MIT License

Go 100.00%

go-karai's Introduction

karai_github_banner

Discord GitHub issues GitHub stars Build GitHub GitHub issues by-label Go Report Card

Website: ๐Ÿ“ karai.io Browse: ๐Ÿ’ป Karai Pointer Explorer Read: ๐Ÿ”— Official Karai Blog

Usage

Note: Karai aims to always compile and run on Linux targetting the AMD64 CPU architecture. Other operating systems and architectures may compile and run this software but should do so expecting some inconsistencies.

Launch Karai

./go-karai --coordinator --https --showip

Launch Options

--coordinator

This will launch the go-karai client in Coordinator mode. This is needed for some functions.

--https

Use https with Coordinator API. This will use Autocert to automagically fetch the needed https certs for your channel.

--showip

Launching as Coordinator prints a lot of diagnostic information while running. This will enable showing your IP in those log messages.

Type menu to view a list of functions. Functions that are darkened are disabled.

Dependencies

Operating System

Karai supports Linux on AMD64 architecture, but may compile in other settings. Differences between Linux and non-Linux installs should be expected.

Building

git clone https://github.com/karai/go-karai

cd go-karai

go mod init github.com/karai/go-karai

go build && ./go-karai

Optional: Compile with all errors displayed, then run binary. Avoids "too many errors" from hiding error info.

go build -gcflags="-e" && ./go-karai

Contributing

  • MIT License
  • gofmt is used on all files.
  • go modules are used to manage dependencies.

Thanks to:

turtlecoin IPFS LibP2P GOLANG

go-karai's People

Contributors

rocksteadytc avatar 0des avatar sayuki0x avatar zpalmtree avatar

Watchers

James Cloos 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.