All Projects → kaspanet → kaspad

kaspanet / kaspad

Licence: ISC license
Kaspad is the reference full node Kaspa implementation written in Go (golang).

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to kaspad

ArduinoXInput AVR
AVR boards package for the ArduinoXInput project
Stars: ✭ 53 (-34.57%)
Mutual labels:  core
encryption
Encryption provider for AdonisJs
Stars: ✭ 14 (-82.72%)
Mutual labels:  core
QGettingStarted
An open-source library for launching and downloading 'Minecraft'.
Stars: ✭ 15 (-81.48%)
Mutual labels:  core
Zest Framework
Core files of AlphaZ Framework
Stars: ✭ 15 (-81.48%)
Mutual labels:  core
coresoftware
Our big core software repository
Stars: ✭ 22 (-72.84%)
Mutual labels:  core
fedar-f1-rv64im
5-Stage Pipelined RV64IM RISC-V CPU design in Verilog.
Stars: ✭ 131 (+61.73%)
Mutual labels:  core
assemblyline-core
Core server components for Assemblyline 4 (Alerter, dispatcher, expiry, ingester, scaler, updater, ...)
Stars: ✭ 16 (-80.25%)
Mutual labels:  core
epage-core
epage 核心依赖 低代码可视化配置
Stars: ✭ 22 (-72.84%)
Mutual labels:  core
types
Types for Vela (Target's official Pipeline Automation Framework)
Stars: ✭ 19 (-76.54%)
Mutual labels:  core
vrm core
Lightweight C++14 utility library. (Modernized, stripped and cleaned-up version of SSVUtils.)
Stars: ✭ 31 (-61.73%)
Mutual labels:  core
KBC--Kaun-Banega-Crorepati
It is Core Java based Game based on Indian television game show having best animation as possible in Core java 5000+ lines
Stars: ✭ 38 (-53.09%)
Mutual labels:  core
OfficeDocs-OfficeOnlineServer
Documentation for Office Online Server
Stars: ✭ 13 (-83.95%)
Mutual labels:  core
ESP8266-HomeKit-Air-Quality-Sensor-Elgato-Eve-Room
ESP8266 based  Homekit Indoor Air Quality sensor that acts like Eve Room🌱
Stars: ✭ 58 (-28.4%)
Mutual labels:  core
application
AdonisJS application class to read app related data
Stars: ✭ 19 (-76.54%)
Mutual labels:  core
Examples Qt
Shows how to use Qt widgets only by programming code (c++17).
Stars: ✭ 38 (-53.09%)
Mutual labels:  core
adminlte-aspnetcore2-version
Asp.Net Example version of famous and beautiful AdminLTE control panel themes and template.
Stars: ✭ 64 (-20.99%)
Mutual labels:  core
6umpukc
Тулинг для разработки сайтов и решений на Bitrix под Ubuntu/Windows
Stars: ✭ 13 (-83.95%)
Mutual labels:  core
FusionCMS
A CMS for World of Warcraft private servers
Stars: ✭ 18 (-77.78%)
Mutual labels:  core
zazu
🚀 A fully extensible and open source launcher for hackers, creators and dabblers.
Stars: ✭ 2,078 (+2465.43%)
Mutual labels:  core
conjur-quickstart
Start securing your secrets and infrastructure by installing Conjur, using Docker and the official Conjur containers on DockerHub.
Stars: ✭ 18 (-77.78%)
Mutual labels:  core

Kaspad

ISC License GoDoc

Kaspad is the reference full node Kaspa implementation written in Go (golang).

This project is currently under active development and is in Beta state.

What is kaspa

Kaspa is an attempt at a proof-of-work cryptocurrency with instant confirmations and sub-second block times. It is based on the PHANTOM protocol, a generalization of Nakamoto consensus.

Requirements

Go 1.18 or later.

Installation

Build from Source

  • Install Go according to the installation instructions here: http://golang.org/doc/install

  • Ensure Go was installed properly and is a supported version:

$ go version
  • Run the following commands to obtain and install kaspad including all dependencies:
$ git clone https://github.com/kaspanet/kaspad
$ cd kaspad
$ go install . ./cmd/...
  • Kaspad (and utilities) should now be installed in $(go env GOPATH)/bin. If you did not already add the bin directory to your system path during Go installation, you are encouraged to do so now.

Getting Started

Kaspad has several configuration options available to tweak how it runs, but all of the basic operations work with zero configuration.

$ kaspad

Discord

Join our discord server using the following link: https://discord.gg/YNYnNN5Pf2

Issue Tracker

The integrated github issue tracker is used for this project.

Issue priorities may be seen at https://github.com/orgs/kaspanet/projects/4

Documentation

The documentation is a work-in-progress

License

Kaspad is licensed under the copyfree ISC License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].