-
Notifications
You must be signed in to change notification settings - Fork 51
Home
Kwang Yul Seo edited this page Apr 10, 2018
·
73 revisions
CodeChain is a programmable blockchain supporting multiple asset types. You can instantly create new digital assets and use them for your services.
- Built-in support for multiple digital assets
- No transaction fees for users
- Programmability through CodeChain script language
You can run CodeChain with cargo run
command.
cargo run
If you want to change the default behavior of CodeChain, refer to How to Run.
Follow CodeChain Coding Convention.