johnletey / quicksilver

Quicksilver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quicksilver

codecov Go Report Card license GolangCI Discord

Quicksilver is the Cosmos Liquid Staking Zone.

Many existing Liquid Staking providers take power and agency away from delegators, permitting only a small whitelist of validators to delegate to, and stripping away users voting rights. Quicksilver aims to right these wrongs, with active measures to reward and incentivise decentralisation and governance participation.

System Requirements

This system spec has been found to be optimal:

  1. Quad Core AMD or Intel (amd64) CPU; higher clock speed is preferential to more cores, as Tendermint is largely single-threaded.
  2. 32GB RAM
  3. 1TB NVMe Storage (mechanical disk are insufficient)
  4. 100Mbps bidirectional Internet connection

Software Dependencies

  1. The Go programming language - https://go.dev/
  2. Git distributed version control - https://git-scm.com/
  3. Docker - https://www.docker.com/get-started/
  4. GNU Make - https://www.gnu.org/software/make/

Make sure that the above software is installed on your system. Follow the instructions for your particular platform or use your preferred platform package manager;

In addition, install jq (a command line JSON processor):

  • Debian based systems:
    apt-get install jq

  • Arch based systems:
    pacman -S jq

  • Mac based systems:
    brew install jq

  • Windows based systems (using Chocolatey NuGet):
    chocolatey install jq

Clone & Run Quicksilver (dev)

NB!! Use a fork of the repository when you plan to create Pull Requests;

Clone the repository from GitHub and enter the directory:

git clone https://github.com/ingenuity-build/quicksilver.git
cd quicksilver

Then run:

make build-docker
make test-docker

For subsequent tests run the following if you want to start with fresh state:

make build-docker
make test-docker-regen

Origination and Attribution

Quicksilver utilises code and logic that originated from other projects; as an open-source project ourselves, we believe that appropriate attribution is necessary, in order to combat plagiarism.

The following modules and packages were lifted and reused in almost entirety from Osmosis (https://github.com/osmosis-labs/osmosis), under the terms of the Apache 2.0 License, and we are grateful for their contribution:

x/mint
x/epochs
x/tokenfactory
test/e2e

We're also using CosmWasm, developed over the course of years with lead from Confio and support from the whole of Cosmos.

About

Quicksilver

License:Apache License 2.0


Languages

Language:JavaScript 52.7%Language:Go 44.1%Language:Shell 2.5%Language:Makefile 0.5%Language:Dockerfile 0.1%Language:HTML 0.1%Language:Python 0.0%