GithubHelp home page GithubHelp logo

zond's Introduction

CircleCI Codacy Badge Codacy Badge

Zond

WARNING: This is work in progress, NOT FOR PRODUCTION USE

POS QRL Node Implementation written in GO. This code is still under heavy development and is currently undergoing DEVNET testing internally.

Zond will undergo an additional public testnet once the code stabilizes and we are complete with integration and development. Look for a request for testing in our public channels.

Installing

Updated and upgraded Ubuntu distribution with aes-ni for cryptographic support and ample HDD space to store the chain is required.

Ubuntu

Dependencies

Bazel

Bazel is an open-source build and test tool similar to Make

Install Bazel in Ubuntu following their official instructions with -

# Add Bazel distribution URI as a package source
sudo apt install curl gnupg
curl -fsSL https://bazel.build/bazel-release.pub.gpg | gpg --dearmor > bazel.gpg
sudo mv bazel.gpg /etc/apt/trusted.gpg.d/
echo "deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8" | sudo tee /etc/apt/sources.list.d/bazel.list

# Update and Install 
sudo apt update && sudo apt install bazel
Zond Repo

Clone this repo to the local file system

git clone https://github.com/theQRL/zond.git

Build zond

Using the Bazel build tools build both zond and zond-cli

cd zond

bazel build //cmd/zond:zond
bazel build //cmd/zond-cli:zond-cli

You now have the node and node CLI installed in zond/bazel-bin/cmd/

Running zond

Work In Progress to be released when public Testnet is live!

Support

Questions? Issues?

Please come ask in our Discord Server - https://discord.gg/punXRMM

zond's People

Contributors

cyyber avatar fr1t2 avatar jackalyst 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.