Skip to main content

Practical Guides

Welcome to the practical implementation section. Here you will find real code examples and technical configurations ready to use on the ISBE Network.

This section is designed for developers who have already chosen their deployment modality and need to comply with the technical requirements of the infrastructure.

What do you need to implement?

Choose the guide according to your contract architecture:

1. Diamond Implementation (EIP-2535)

Recommended for complex logic.

  • Use of Diamond Storage (unstructured storage).
  • Implementation of facets and mandatory introspection.
  • Separation of internal and external logic.

2. Basic Implementation (RBAC and Pause)

For simple or standard contracts.

  • Mandatory SUPER_ADMIN_ROLE configuration.
  • Global and granular pause mechanisms (whenOperational).
  • Golden rules for Data Protection and PII.