All Projects → CREDITSCOM → Node

CREDITSCOM / Node

Licence: agpl-3.0
Credits Node is the main module that provide an opportunity to run a node and participate in CREDITS blockchain network.

Projects that are alternatives of or similar to Node

Xray 16
Improved version of the X-Ray Engine, the game engine used in the world-famous S.T.A.L.K.E.R. game series by GSC Game World. Join OpenXRay! ;)
Stars: ✭ 1,806 (+1128.57%)
Mutual labels:  cmake, opensource
Flingengine
A Vulkan game engine with a focus on data oriented design
Stars: ✭ 239 (+62.59%)
Mutual labels:  cmake, opensource
Pothossdr
Pothos SDR windows development environment
Stars: ✭ 193 (+31.29%)
Mutual labels:  cmake, opensource
Substratumnode
WE ARE THE FOUNDATION OF THE DECENTRALIZED WEB.
Stars: ✭ 359 (+144.22%)
Mutual labels:  blockchain, opensource
Antara Gaming Sdk
Komodo Gaming Software Development Kit
Stars: ✭ 51 (-65.31%)
Mutual labels:  blockchain, cmake
Monero
Monero: the secure, private, untraceable cryptocurrency
Stars: ✭ 6,503 (+4323.81%)
Mutual labels:  blockchain, cmake
It Chain
Lightweight & Customizable Block Chain
Stars: ✭ 164 (+11.56%)
Mutual labels:  blockchain, opensource
Caveexpress
CaveExpress is a classic 2D platformer with physics-based gameplay and dozens of levels. CavePacker is a Sokoban game.
Stars: ✭ 111 (-24.49%)
Mutual labels:  cmake, opensource
Opensource
♨️ 分享GitHub优秀开源项目和主流开发使用的网站、解决问题方案收集以及学习网站或资料,涵盖了iOS, macOS X, Blockchain, Flutter, Weex, H5, Games, C++, Script等多方面的内容,其中iOS大致包涵以下内容:音视频;IM和直播;逆向开发;图像相关(OpenGL, Metal, GPUImage);内购(IAP), ApplePay和第三方支付;安全攻防和应用加固, 数据安全和算法;常用第三方库;导航栏和状态栏;侧边菜单;数据持久;蓝牙, 手势指纹面容ID解锁, 图片浏览器, 扫码, 下拉和上拉刷新, 指示器, Toast, Menu, Sensor, Privacy, WebView和进度条, 动画, 选择器, 搜索, 分享, 图片验证码, 设备相关信息, 广告, 高仿项目及Demo等。
Stars: ✭ 123 (-16.33%)
Mutual labels:  blockchain, opensource
Fibos
[WIP] JavaScript Toolchain on EOS
Stars: ✭ 144 (-2.04%)
Mutual labels:  cmake
Deep Learning With Tensorflow Book
深度学习入门开源书,基于TensorFlow 2.0案例实战。Open source Deep Learning book, based on TensorFlow 2.0 framework.
Stars: ✭ 12,105 (+8134.69%)
Mutual labels:  opensource
Gap Proxy
gap-proxy 是一个加速网络的 SOCKS5 安全代理工具。
Stars: ✭ 144 (-2.04%)
Mutual labels:  udp
Liquidity
A high-level language for Dune Network (and Tezos) with OCaml and ReasonML syntaxes, with a decompiler from Michelson
Stars: ✭ 144 (-2.04%)
Mutual labels:  blockchain
Go Static Linking
Demo of how to static link a c library to some go code.
Stars: ✭ 145 (-1.36%)
Mutual labels:  cmake
Chronoshift
An open source re-implementation of Red Alert written in C++.
Stars: ✭ 144 (-2.04%)
Mutual labels:  cmake
Nearbyweather
NearbyWeather is an open source weather app for iOS, which uses the OpenWeatherMap API. With this project developers are invited to learn advanced iOS concepts, as well as to contribute further advancements. Fork this repo to get started.
Stars: ✭ 146 (-0.68%)
Mutual labels:  opensource
Modern Wasm Starter
🛸 Run C++ code on web and create blazingly fast websites! A starter template to easily create WebAssembly packages using type-safe C++ bindings with automatic TypeScript declarations.
Stars: ✭ 140 (-4.76%)
Mutual labels:  cmake
Ocean
A C/C++ build system/project manager written in Rust
Stars: ✭ 144 (-2.04%)
Mutual labels:  cmake
Metabench
A simple framework for compile-time benchmarks
Stars: ✭ 146 (-0.68%)
Mutual labels:  cmake
Adalite
A lightweight web wallet for Cardano cryptocurrency with Trezor and Ledger support. Please note that the only valid domain for our wallet is adalite.io
Stars: ✭ 146 (-0.68%)
Mutual labels:  blockchain

Documentation | Guides | News

Twitter AGPL License Version Build Status Quality Gate Status

Credits Node

A node is a client-side application that is installed on the user equipment. The Node processes and stores transactions, executes and confirms smart contract rules requests processing from third-party systems and provides data when requested. Written on C++.

Version

Current node version 4.2.522

What is Credits Node?

Credits Node is the main module that provide an opportunity to run a node and participate in CREDITS blockhain network. The node performs processing and storage of transactions, execution and confirmation of the terms of smart contracts, processing requests from third-party systems, and provides data upon request. Each node on the network has the same functionality. The node consists of the following elements:

  • API
  • Desision-making module(Solver)
  • Storage(CSDB)
  • Transport protocol

Build dependencies

  • Boost 1.70 or newest static prebuild
  • Compiler with C++17 support
  • Cmake 3.11 or newest
  • Requirements fo building Apache Thrift
  • The building Berkeley DB distribution uses the Free Software Foundation's autoconf and libtool tools to build on UNIX platforms.
  • On Windows:

    It is necessary to run in the terminal, which sets the environment variables for building a Visual Studio project

    git clone https://github.com/CREDITSCOM/node.git
    cd node
    git submodule update --init --recursive
    mkdir build
    cd build
    cmake -DCMAKE_BUILD_TYPE=Release -A x64 ..
    cmake --build . --target ALL_BUILD --config Release
    

    On Linux:

    git clone https://github.com/CREDITSCOM/node.git
    cd node
    git submodule update --init --recursive
    mkdir build
    cd build
    cmake -DCMAKE_BUILD_TYPE=Release ..
    make -j4
    

    System requirements:

    Minimum system requirements:

    Operating system: Windows® 7 / Windows® 8 / Windows® 10 64-bit (with the last update package) Processor (CPU): with frequency of 1 GHz (or faster) with PAE, NX and SSE2 support; Memory (RAM): 4 Gb HDD: 1 Tb Internet connection: 3 Mbit/s.

    Recommended system requirements:

    Operating system: Windows® 7 / Windows® 8 / Windows® 10 64-bit (with the last update package) Processor (CPU): Intel® Core ™ i3 or AMD Phenom ™ X3 8650 Memory (RAM): 8 Gb HDD: 3 Tb Internet connection: 5 Mbit/s.

    Contribution

    Thank you for considering to help out with the source code! We welcome contributions from anyone on the internet, and are grateful for even the smallest of fixes! If you'd like to contribute to Credits Node, please fork, fix, commit and send a pull request for the maintainers to review and merge into the main code base. If you wish to submit more complex changes though, please check up with the core devs first on our Developers portal and Contribution file to ensure those changes are in line with the general philosophy of the project and/or get some early feedback which can make both your efforts much lighter as well as our review and merge procedures quick and simple. Please make sure your contributions adhere to our coding guidelines:

    • Code must adhere to the Credits coding style
    • Pull requests need to be based on and opened against the master branch
    • Commit messages should be prefixed with the package(s) they modify

    Resources

    CREDITS Website

    Documentation

    Whitepaper

    Technical paper

    Developers portal

    Credits forum

    Community links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].