Git Product home page Git Product logo

ledger-1's Introduction

Ledger

Welcome to Fetch ledger repository. We are building the digital world for today, and the future.

License

Fetch Ledger is licensed under the Apache software license (see LICENSE file). Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either \express or implied.

Fetch.AI makes no representation or guarantee that this software (including any third-party libraries) will perform as intended or will be free of errors, bugs or faulty code. The software may fail which could completely or partially limit functionality or compromise computer systems. If you use or implement the ledger, you do so at your own risk. In no event will Fetch.AI be liable to any party for any damages whatsoever, even if it had been advised of the possibility of damage.

As such this codebase should be treated as experimental and does not contain all currently developed features. Fetch will be delivering regular updates.

Resources

  1. Website
  2. Blog
  3. Community Website
  4. Community Telegram Group
  5. Whitepapers
  6. Roadmap

Supported platforms

  • MacOS Darwin 10.13x and higher (64bit)
  • Ubuntu 18.04 (x86_64)

(We plan to support all major platforms in the future)

Getting Started

A more complete guide is available in our Getting Started Guide. However, the following section outlines some of the initial steps.

To get started, ensure all the code along with the submodules has been checked out with the following commands:

git clone https://github.com/fetchai/ledger.git

cd ledger

git submodule update --init --recursive

Dependencies

Ubuntu

sudo apt-get install libssl-dev cmake python3-dev clang

MacOS

brew install cmake openssl

Building the code

The project uses cmake so you can following formal build procedure of:

mkdir build

cd build

cmake ../

make -j 4

Connecting to a test network

Connecting and joining the test net is relatively straight forward. This first thing to do is to ensure that you have build the latest version of the constellation application.

cd build

cmake ../

make -j 4 constellation

Navigate to the constellation application folder:

cd apps/constellation

Optionally delete the database files (in the case where you have been running a local network)

rm -f *.db

Start the network connecting to the alpha test network.

./constellation -bootstrap -network alpha

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.