Code Monkey home page Code Monkey logo

skaled's Introduction




SKALED – SKALE C++ Client

Discord

The collection of C++ libraries and tools for SKALE Network. This EVM-compatible client is forked from Aleth (formerly known as the cpp-ethereum project). It has been modified to work with the SKALE network.

This respository is maintained by SKALE Labs, and intended to be used for SKALE chains (elastic sidechains).

Getting Started

Building from source

GitHub is used to maintain this source code. Clone this repository by:

git clone --recurse-submodules https://github.com/skalenetwork/skaled.git
cd skaled

⚠️ Note: Because this repository depends on additional submodules, it is important to pass--recurse-submodules to the git clone command to automatically initialize and update each submodule.

If you have already cloned the repo and forgot to pass --recurse-submodules, then just execute git submodule update --init.

Install dependencies (Ubuntu)

sudo apt-get update
sudo apt-get install autoconf build-essential cmake libboost-all-dev texinfo wget

Install internal dependencies

cd SkaleDeps
./build.sh

Build

Configure the project build with the following command to create the build directory with the configuration.

cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Debug    # Configure the project and create a build directory.
cmake --build build -- -j$(nproc)             # Build all default targets.

Contributing

Please read CONTRIBUTING and CODING_STYLE thoroughly before making alterations to the code base. This project adheres to SKALE's code of conduct. By participating, you are expected to uphold this code.

We use GitHub issues for tracking requests and bugs, so please see our general development questions and discussion on Discord.

All contributions are welcome! We try to keep a list of tasks that are suitable for newcomers under the tag help wanted. If you have any questions, please just ask.

Discord

All development goes in develop branch.

Note on mining

The SKALE Network uses Proof-of-Stake, therefore this project is not suitable for Ethereum mining.

Testing

To run the tests:

cd build/test
./testeth -- --all

Documentation

in process

For more information

Learn more about the SKALE community over on Discord.

License

License

All contributions are made under the GNU General Public License v3. See LICENSE.

All original cpp-ethereum code Copyright (C) Aleth Authors.
All cpp-ethereum modifications Copyright (C) SKALE Labs.
All skaled code Copyright (C) SKALE Labs.

skaled's People

Contributors

sergiy-skalelabs avatar dimastebaev avatar dimalit avatar cstrangedk avatar

Watchers

James Cloos avatar  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.