-
Notifications
You must be signed in to change notification settings - Fork 17
Home
Welcome to the kinesis wiki! It's a One-Stop-Shop for all information related to the project.
Use the sidebar ➡️ for quick navigation.
We started kinesis
to enable intent-based Move smart contract on the Iota ledger.
Move is a new smart contract platform that consists of the Move Virtual Machine that executes smart contracts written in the Move language. The aim of Move is to establish a safe, ergonomic and efficient smart contract platform as an alternative to EVM and WASM based platforms. To achieve this, the language was built on the principles of memory and type safety, composability and formal verifiability. The in-built safe math and gas metering is just the cherry on the cake.
The huge upside of Move is its blokchain agnostic architecture: the language does not have any built-in assumptions about the blockchain/DAG it runs on. To be able to use it in your own DLT, you need to customize its runtime and introduce the concepts of:
- storage,
- transactions,
- and type of ledger accounting.
Describes the best practices and processes that we as a team adopt to work effectively.
New to Rust? Don't worry, you'll find plenty of resources here on how write ergonomic rust code that is easy to maintain.
Have you ever wondered how to use Git effectively for asynchronous work? Think no more, just read the Git workshop.
Feel free to extend this Wiki as you see fit! Knowledge is power. 📚 💪