Git Product home page Git Product logo

kashd's Introduction

Kashd

ISC License GoDoc

Kash: Pioneering the Purest Form of Decentralized Stablecoin Payments

⚠️ IMPORTANT: This project is currently in heavy development and may be highly unstable. It is recommended to wait for the stable testing version release before engaging in mining.

Kashd is the reference full node implementation of Kash, a groundbreaking cryptocurrency that aims to establish the most pure form of decentralized stablecoin payments. Building upon the rapid and efficient Kaspa protocol, Kash integrates the Djed stablecoin protocol to create a robust and versatile digital currency ecosystem.

Core Features of Kash (KSH)

  • A Vision for Decentralized Stability: Kash's primary goal is to revolutionize the stablecoin market by introducing KUSD – a stable digital currency envisioned to be the epitome of decentralized stability.

  • Integration of Djed Stablecoin Protocol: The Djed stablecoin protocol is at the heart of Kash's design, enabling the creation of KUSD and KRV, a reserve currency. This integration not only enhances the ecosystem's stability but also its utility. For a detailed understanding of the Djed stablecoin protocol and its role in the Kash ecosystem, refer to the Djed Protocol.

  • ASIC Resistance with RandomX: Kash adopts the RandomX algorithm, an ASIC-resistant proof-of-work mechanism. This choice reflects Kash's commitment to maintaining a decentralized and egalitarian mining landscape.

  • Rapid and Secure Transactions: Leveraging the Kaspa protocol, Kash inherits its renowned sub-second block times and instant confirmations, ensuring rapid and secure transactions.

  • Adherence to PHANTOM Protocol: Kash upholds the core attributes of Kaspa, including its reliance on the PHANTOM protocol, a sophisticated 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
  • Clone the Kashd repository:
$ git clone https://github.com/Kash-Protocol/kashd
$ cd kashd
  • Before installing Kashd, ensure that the randomx library is properly built. Navigate to the util/randomx directory within the project and execute the build process for randomx:
$ cd util/randomx
$ ./build.sh
$ cd ../../
  • Set the necessary environment variables for CGO and Go build flags:
$ export CGO_ENABLED=1
$ export CGO_LDFLAGS="-L$(pwd)/util/randomx/lib -lrandomx -lm"
$ export GOFLAGS='-ldflags=-extldflags="-static"'
  • After setting the environment variables and successfully building randomx, install Kashd and all its dependencies:
$ go install . ./cmd/...
  • Kashd (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

Kashd operates with minimal configuration for basic operations. Advanced users can tweak various settings for optimized performance.

$ kashd

Community and Support

Join our Discord server for community discussions, support, and updates: https://discord.gg/yx46racf

Issue Tracker

Report issues and track progress on our GitHub issue tracker. View issue priorities at https://github.com/orgs/kaspanet/projects/4

Documentation

Access our comprehensive documentation for detailed information about Kashd. The documentation is continuously updated to reflect the latest developments.

License

Kashd is licensed under the copyfree ISC License.

kashd's People

Contributors

davecgh avatar someone235 avatar stasatdaglabs avatar svarogg avatar dajohi avatar jrick avatar roasbeef avatar elichai avatar jcvernaleo avatar aakselrod avatar michaelsutton avatar drahn avatar martelletto avatar evgeny-khirin avatar tuxcanfly avatar flammit avatar jongillham avatar talelbaz avatar owainga avatar d-stacks avatar stevenroose avatar wallclockbuilder avatar jimmysong avatar oudeis avatar tsenart avatar aleoami avatar kashprotocol avatar 0xmichalis avatar constantineatdaglabs avatar dirbaio 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.