Proxy pattern is the split between business logic and storage.
Given a contract, put all big maps in a dedicated contract with all read/write facilities, and call them from the front contract.
Completium cli should provide:
- the automatic split (code generation)
- automatic deploy of split contracts
Proxy pattern is the split between business logic and storage.
Given a contract, put all big maps in a dedicated contract with all read/write facilities, and call them from the front contract.
Completium cli should provide: