/scs

lcscs链代码

Primary LanguageC++MIT LicenseMIT

LCSCS - The Most Powerful Infrastructure for Decentralized Applications

Welcome to the LCSCS 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 LCSCS include:

  1. The most perfect block chain traceability system has been innovated
  2. The most perfect storage system
  3. The most popular commercial blockchain system
  4. Free Rate Limited Transactions
  5. Low Latency Block confirmation (0.5 seconds)
  6. Low-overhead Byzantine Fault Tolerant Finality
  7. Designed for optional high-overhead, low-latency BFT finality
  8. Smart contract platform powered by WebAssembly
  9. Designed for Sparse Header Light Client Validation
  10. Scheduled Recurring Transactions
  11. Hierarchical Role Based Permissions
  12. Support for Biometric Hardware Secured Keys (e.g. Apple Secure Enclave)
  13. Designed for Parallel Execution of Context Free Validation Logic
  14. Designed for Inter Blockchain Communication

Supported Operating Systems

LCSCS currently supports the following operating systems:

  1. Amazon Linux 2
  2. CentOS 7
  3. Ubuntu 18.04
  4. MacOS 10.14 (Mojave)

Ubuntu Linux:

Ubuntu Package Install

wget https://github.com/lcscs/scs/releases/download/v1.0.0/lcscs_1.0.0-ubuntu-18.04_amd64.deb
sudo apt install ./lcscs_1.0.0-ubuntu-18.04_amd64.deb

Ubuntu Package Uninstall

sudo apt remove lcscs

Ubuntu 18.04 source code to Install

git clone https://github.com/lcscs/scs.git
cd scs/scripts
git submodule update --init --recursive  
cd scs/scripts
./lcscs_build.sh -s XXX

Uninstall Script

To uninstall the lcscs built/installed binaries and dependencies, run:

./scripts/lcscs_uninstall.sh