Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 307 Bytes

software-structure.md

File metadata and controls

10 lines (9 loc) · 307 Bytes

Project Structure

  • contracts: Smart Contracts;
    • access: Contracts for manager permitions;
      • roles: All the business roles;
    • math: Library for math;
    • token: Contract and ICO Standards;
    • utils: Library utilities;
  • migrations: Scripts for manager deploy;
  • test: Unit tests;