What smart contracts will you guys be using?
That's a great question actually.
We won't be using smart contracts because we are building our own blockchain. Scorum's protocol is implemeneted by our native blockchain written with C++ on the graphene framework.
From
the white paper:
The Graphene framework is used to develop the blockchain protocol for Scorum. This solution has already proved itself both reliable and highly capable in such successful blockchain projects as Bitshares, Steemit, and Golos. The Scorum blockchain uses the DPoS (Delegated Proof-of-Stake) consensus algorithm.
The key advantage of this algorithm is its high-traffic network capacity of up to 10 000 transactions per second. Such performance is made possible thanks to a combination of several factors:
1. The schedule for the nodes signing blocks is known ahead of time.
2. Effective transaction processing in each node.
3. All data necessary for validating transactions is stored in the memory.