6.3. Smart Contract Development
For Smart Contract development and testing we recommend following Test-Driven-Development (TDD) principles:
- Write unit (elps) test for new business logic feature and check test fails
- Write new business logic feature (Smart Contract), and use Platform Modules in business logic If feature includes any
- Confirm unit (elps) tests pass