Giter Site home page Giter Site logo

cyberway.launch's Introduction


CyberWay — the Most Powerful Infrastructure for Decentralized Applications

Welcome to the CyberWay source code repository! CyberWay is a EOS fork with some major improvements.

buildkite GitHub

Welcome to the CyberWay source code repository! This software enables businesses to rapidly build and deploy blockchain-based applications.


Official Testnet

testnet.cyberway

Supported Operating Systems

CyberWay currently supports the following operating systems:

  1. Ubuntu 16.04
  2. Ubuntu 18.04
  3. MacOS Darwin 10.12 (or later versions)
  4. CentOS 7
  5. Fedora 25 (or later version)
  6. Mint 18

Note:
It may be possible to install CyberWay on other Unix-based operating systems.


Getting Started

We appreciate your interest in contributing to the CyberWay platform! We always welcome contributions from our community to make our code and docs better.

For newcomers to CyberWay, it is recommended first to read the manuals Creating Wallet and Keys for Development and Mainnet. Installation Guide. An advanced developer or a validator may need the following steps.

To install CyberWay

  1. Clone CyberWay sources. The latest CyberWay version is v2.0.3.

  2. Run the node:

./start_light.sh

To upgrade CyberWay from v2.0.2 to v2.0.3

  1. Download the docker image cyberway/cyberway:v2.0.3:
sudo docker pull cyberway/cyberway:v2.0.3
  1. Download the last version of docker-compose.yml from the GitHub
sudo curl https://raw.githubusercontent.com/cyberway/cyberway.launch/master/docker-compose.yml --output /var/lib/cyberway/docker-compose.yml
  1. Restart the nodeos container:
cd /var/lib/cyberway
sudo env EXTRA_NODEOS_ARGS="--replay-blockchain" docker-compose up -t 120 -d

More information about CyberWay

Devportal

Community

Telegram:

Twitter:

cyberway.launch's People

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

cyberway.launch's Issues

Set custom values on node

Currently, all scripts copy config.ini to /etc/cyberway/config.ini and add p2p nodes to it.
But config.ini can contain custom settings and they will be lost on each updating.

We should get user settings from /etc/cyberway/predefined.ini.

Steps in scripts:

  • Copy config.ini
  • Add p2p nodes to it
  • Add user settings from /etc/cyberway/predefined.ini

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.