Code Monkey home page Code Monkey logo

insolar's Introduction

Insolar

Enterprise-ready blockchain platform

CII Best Practices

Build Status Go Report Card GoDoc codecov

Overview

Insolar is building a 4th generation blockchain platform for business aimed to enable seamless interactions between companies and unlock new growth opportunities. In addition to the blockchain platform, Insolar will provide blockchain services and ecosystem support for companies that are looking to develop and deploy blockchain solutions. Insolar will feature most complete and secure set of production-ready business blockchain tools and services to quickly build or launch blockchain enterprise applications, accelerating the progression path from initial proof-of-concept to full-scale production.

The world’s most innovative companies in finance, logistics, consumer goods, energy, healthcare, transportation, manufacturing and others will be turning to Insolar to create applications and networks that deliver tangible business success. They recognise that even in today’s digital economy, vast amounts of value continue to be trapped inside processes and organisations that don’t connect. Insolar is their remedy, helping them discover and design business value in blockchain networks — starting, accelerating and innovating strategies that replace longstanding business friction with trust and transparency. Delegating trust to a blockchain means that businesses can pursue broader networks, onboard new partners, and enter new ecosystems with ease. Blockchain-based networks that support multiparty collaboration around shared, trusted data and process automation across organisational boundaries bring benefits at many levels, starting with efficiency gains and culminating in reinventing how entire industry ecosystems operate.

Insolar is a global team of 60+ people in North America and Europe, including a 35-strong engineering team with practical blockchain engineering know-how, and 10 leading blockchain academics from major institutions (York University, ETH Zurich, Princeton).

Components

Blockchain network layer.

  • Support of heterogeneous network topology.
  • Network routing with a host or host group becoming relays for others hosts.
  • Ability to limit number of gateways to corporate host group via relays to keep the host group secure.

See package readme for more details.

Record storage engine backed by BadgerDB.

Various engines for smart contract execution:

  • wasm - WebAssembly implementation of smart contracts

Application module describes interaction of system components with each other. Every component of the system is a SmartContract. Members of the system are given the opportunity to build their own dApps by publishing smart contracts in Domain instances. Domains define the visibility scope for the child contracts and their interaction policies. Actually, Domain is subclass of SmartContract.

See package readme for more details.

Provides configuration params for all Insolar components and helper for config resources management.

Using Prometheus monitoring system and time series database for collecting and store metrics

Installation

Download Insolar package

go get github.com/insolar/insolar

Go to package directory

cd $GOPATH/src/github.com/insolar/insolar

Install dependencies and build binaries

make install-deps pre-build build

Example

Run launcher:

scripts/insolard/launchnet.sh -g

It will generate genesis data and launch a number of nodes. Default number is 5, you can uncomment more nodes in scripts/insolard/genesis.yaml. One node will be launched in foreground, others in background.

After network has started (you will see messages like “NODE 3 STARTED in background” in log) you can run test scripts and benchmarks:

bin/apirequester -k=scripts/insolard/configs/root_member_keys.json -u=http://127.0.0.1:19101/api

This tool runs such scenario: it creates a number of users with wallets, then transfers some money between these users. First time script does it sequentially, second time — concurrently. Options:

  • -k: Path to root user keypair. All requests to create new user must be signed by root user.

  • -u: Node API URL. By default first node listens on 127.0.0.1:19101. It can be changed in config.

    bin/benchmark -c 2 -r 4 -k=scripts/insolard/configs/root_member_keys.json

Options:

  • -k: Same as above, path to root user keypair.
  • -c: Number of concurrent threads in which requests will be sent.
  • -r: Number of transfer requests that will be sent in each thread.

After testing you can stop all nodes by pressing Ctrl+C.

See apirequester and benchmark readme for more details

Contributing

See Contributing Guidelines.

License

This project is licensed under the terms of the Apache license 2.0, except for the Network, NetworkCoordinator and Consensus subdirectories, which are licensed under the terms of the BSD 3-Clause Clear License.

insolar's People

Contributors

egorikas avatar megge-dream avatar dmitry-panchenko avatar nordicdyno avatar krestkrest avatar ivanshibitov avatar ruz avatar ilyapt avatar aalekseev-ru avatar linnikd avatar ita-sammann avatar vany avatar amferiuss avatar pavlushev avatar ooki2day avatar dzirtik avatar andreybronin avatar tsovak avatar bigbes avatar pol9kov avatar chemist avatar gorlyn 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.