Skip to content
/ fsc Public

FutureSharesChain Core,Futuredex is a non-profit decentralized trading platform based on DPOS PBFT consensus public chain technology. The realization of the full-currency cryptocurrency transaction can be permanently traced, the transaction can not be falsified, and the three-party trust relationship between the trading platform party, the block…

License

Notifications You must be signed in to change notification settings

FSharesLab/fsc

Repository files navigation

FSCIO - The Most Powerful Infrastructure for Decentralized Applications

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

Some of the groundbreaking features of FSCIO include:

  1. Free Rate Limited Transactions
  2. Low Latency Block confirmation (0.5 seconds)
  3. Low-overhead Byzantine Fault Tolerant Finality
  4. Designed for optional high-overhead, low-latency BFT finality
  5. Smart contract platform powered by Web Assembly
  6. Designed for Sparse Header Light Client Validation
  7. Scheduled Recurring Transactions
  8. Time Delay Security
  9. Hierarchical Role Based Permissions
  10. Support for Biometric Hardware Secured Keys (e.g. Apple Secure Enclave)
  11. Designed for Parallel Execution of Context Free Validation Logic
  12. Designed for Inter Blockchain Communication

FSCIO is released under the open source MIT license and is offered “AS IS” without warranty of any kind, express or implied. Any security provided by the FSCIO software depends in part on how it is used, configured, and deployed. FSCIO is built upon many third-party libraries such as Binaryen (Apache License) and WAVM (BSD 3-clause) which are also provided “AS IS” without warranty of any kind. Without limiting the generality of the foregoing, Block.one makes no representation or guarantee that FSCIO or any third-party libraries will perform as intended or will be free of errors, bugs or faulty code. Both may fail in large or small ways that could completely or partially limit functionality or compromise computer systems. If you use or implement FSCIO, you do so at your own risk. In no event will Block.one be liable to any party for any damages whatsoever, even if it had been advised of the possibility of damage.

Block.one is neither launching nor operating any initial public blockchains based upon the FSCIO software. This release refers only to version 1.0 of our open source software. We caution those who wish to use blockchains built on FSCIO to carefully vet the companies and organizations launching blockchains based on FSCIO before disclosing any private keys to their derivative software.

Use FSCIO by Source

Build FSCIO
$ git clone https://github.com/FutureSharesCloud/fsc.git
$ cd fsc
$ ./fscio_build.sh
Install FSCIO
$ ./fscio_install.sh
Uninstall FSCIO
$ cd fsc
$ ./fscio_uninstall.sh

Use FSCIO by Debian Package Manager

Build FSCIO deb Package
$ git clone https://github.com/FutureSharesCloud/fsc.git
$ cd fsc
$ ./fscio_build.sh
$ cd build/packages/
$ bash ./generate_package.sh [deb/rpm] [dev/beta/dawn/release] <build id[must be a num,Identifies the number of compilations]>
Install FSCIO deb Package
$ sudo dpkg -i fscio_release_1.0.0-1_amd64.deb
Uninstall FSCIO deb Package
$ sudo dpkg --list |grep fscio
$ sudo dpkg -r fscio-release

Supported Operating Systems

FSCIO currently supports the following operating systems:

  1. Amazon 2017.09 and higher
  2. Centos 7
  3. Fedora 25 and higher (Fedora 27 recommended)
  4. Mint 18
  5. Ubuntu 16.04 (Ubuntu 16.10 recommended)
  6. Ubuntu 18.04
  7. MacOS Darwin 10.12 and higher (MacOS 10.13.x recommended)

Resources

  1. Website

Getting Started

Instructions detailing the process of getting the software, building it, running a simple test network that produces blocks, account creation and uploading a sample contract to the blockchain can be found on the Fshares Official Website.

About

FutureSharesChain Core,Futuredex is a non-profit decentralized trading platform based on DPOS PBFT consensus public chain technology. The realization of the full-currency cryptocurrency transaction can be permanently traced, the transaction can not be falsified, and the three-party trust relationship between the trading platform party, the block…

Resources

License

Stars

Watchers

Forks

Packages

No packages published