Sealchain focuses on financial asset transaction by using Blockchain + AI technology, aiming to build the next generation of financial ecosystem – Machine Finance.
Seal chain is Cardano 2.0,a financial Cardano with multi-coin support and smart contract applications.
-
Extended UTXO model supports native multi-token
In addition to the platform coin, the SEAL main chain also has built-in stabelcoin. The platform coin is used to pay transaction fees and incentive policies. The stablecoin is used in various financial scenarios. The platform dynamically issues or destroys stablecoins according to market conditions.
-
Smart contract focused on security
• Non-turing complete safety-oriented design with succinct syntax and formal verification support.
• Expressive syntax and function definition.
• Deployed as public source code, and supports upgraded contracts.
• Atomic execution (transaction).
• Single-sig and multi-sig public-key authorization.
• Designed for direct integration with current industrial databases (SQL or NoSQL).
To learn more about Sealchain, please view our Website or our Whitepaper
Windows MacOS Linux.
Please note that in this case you have to install external dependencies by yourself (see below).
Stack is a cross-platform program for developing Haskell projects.
Recommended way, for all Unix-systems:
$ curl -ssl https://get.haskellstack.org/ | sh
On macOS it is possible to install it with brew
:
$ brew install haskell-stack
To install Haskell compiler of required version run:
$ stack setup
Then install C-preprocessor for Haskell:
$ stack install cpphs
Finally install C-library for RocksDB.
On Ubuntu:
$ sudo apt-get install librocksdb-dev
On macOS:
$ brew install rocksdb
Please make sure that you have jemalloc package, version 4.5.0
.
If you have newer version of it - you will probably get linker errors during building.
Run the building script:
$ cd sealchain
[~/sealchain]$ ./scripts/sealchain.sh
Please see CONTRIBUTING.md for more information.
Please see LICENSE for more information.