Welcome to the LCSCS source code repository! This software enables businesses to rapidly build and deploy high-performance and high-security blockchain-based applications.
- The most perfect block chain traceability system has been innovated
- The most perfect storage system
- The most popular commercial blockchain system
- Free Rate Limited Transactions
- Low Latency Block confirmation (0.5 seconds)
- Low-overhead Byzantine Fault Tolerant Finality
- Designed for optional high-overhead, low-latency BFT finality
- Smart contract platform powered by WebAssembly
- Designed for Sparse Header Light Client Validation
- Scheduled Recurring Transactions
- Hierarchical Role Based Permissions
- Support for Biometric Hardware Secured Keys (e.g. Apple Secure Enclave)
- Designed for Parallel Execution of Context Free Validation Logic
- Designed for Inter Blockchain Communication
LCSCS currently supports the following operating systems:
- Amazon Linux 2
- CentOS 7
- Ubuntu 18.04
- MacOS 10.14 (Mojave)
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
sudo apt remove lcscs
git clone https://github.com/lcscs/scs.git
cd scs/scripts
git submodule update --init --recursive
cd scs/scripts
./lcscs_build.sh -s XXX
To uninstall the lcscs built/installed binaries and dependencies, run:
./scripts/lcscs_uninstall.sh