Giter Club home page Giter Club logo

dusk-blockchain's Introduction

Dusk Blockchain Node

⚠️ Deprecated ⚠️

This repository contains the legacy Golang implementation of the Dusk protocol. This implementation is deprecated and no longer maintained.

For an up-to-date node implementation, consider using our Rust-based Rusk client.

Why is it Deprecated?

We have transitioned to a Rust-based implementation for improved interoperability, security, and ease of contribution.

Actions Status codecov Go Report Card PkgGoDev

Specification Requirements

The following requirements are defined for running an active Dusk node. Depending on the role your node plays and how much functionality it exposes, the utilization of the node might vary significantly.

Minimum Specifications

CPU RAM Storage Network Connection
4 cores; 2 GHz 4 GB 100 GB 10 Mbps

Recommended Specifications

CPU RAM Storage Network Connection
8 cores; 2 GHz 8 GB 250 GB +25 Mbps

Installation Guide

This guide is for building the node from source. If you would like to just download the compiled program, head over to the releases page, which should include a pre-built DUSK node, and a pre-built wallet executable.

NOTE: This guide assumes you are building and running from a UNIX-like operating system. The node is not tested on Windows.

Requirements

Go 1.17 or newer.

Installation

Download the codebase and navigate into the folder:

git clone [email protected]:dusk-network/dusk-blockchain.git && cd dusk-blockchain

Get the project dependencies by running:

go get github.com/dusk-network/dusk-blockchain/...

To build the binary, simply run:

make build

Finally, to start your node, type:

./bin/dusk --config=dusk.toml

Wallet

The wallet is hosted in a separate repository, found here.

How to use the wallet

For more information on how to install, configure and run the CLI wallet, see the documentation here.

Rusk

Rusk is an important separate service that should be ran next to the node. Rusk is a powerful wrapper around the VM/execution engine that provides the genesis contracts and gives the VM access to host functions. Rusk is hosted in a separate repository, found here.

How to use Rusk

For more information on how to install, configure and run the Rusk, see the documentation here.

License

The Dusk Network blockchain client is licensed under the MIT License. See the license file for details.

Contributing

Please see the contribution guidelines for details.

dusk-blockchain's People

Contributors

jules avatar autholykos avatar goshawk-3 avatar ggoranov avatar kevaundray avatar devtomnl avatar herr-seppia avatar fulviuus avatar fed-franz avatar t00ts avatar threehook avatar hdauven avatar ureeves avatar thomasmodeneis avatar zer0 avatar dependabot[bot] avatar ivensfernando 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.