Build on ISBE
Want to build on ISBE? There are two paths, and you can walk them in parallel. Choose where to start:
(A) I want to write code
You don't need to complete any paperwork to start developing today.
You can spin up a local ISBE network with Besu, install the official contracts library and develop and test your smart contract on your machine. Once you complete the onboarding and get access to the PRE environment, you will only need to change the RPC URL.
npm install @red-isbe/isbe-contracts
- Developer Guide — From zero to a working contract: environment, local network and deployment of the included example.
- Local ISBE Network — Spin up a Besu network with QBFT in Docker that reproduces the real USE-CASE network environment.
- Your first end-to-end use case — Walk through the complete flow: DID → credential → trust chain → contract deployment → explorer.
(B) I want access to PRE/PRO
To deploy in ISBE's pre-production and production environments, your company must complete the onboarding process (registration, contract signing and technical review).
- Onboarding Process — Step-by-step guide with the 9 steps and their estimated times.
The two paths are complementary: start developing locally (A) while you progress through the onboarding (B). That way, when you get access to PRE, your contract will already be ready.
Network Resources
| Resource | Link |
|---|---|
| Blockscout explorer · PRE | blockscout-main.pre.portal.redisbe.com (Case Network) · blockscout-bare.pre.portal.redisbe.com (Bare Network) |
| Blockscout explorer · PRO | blockscout-main.portal.redisbe.com (Case Network) · blockscout-bare.portal.redisbe.com (Bare Network) |
| npm package | @red-isbe/isbe-contracts |
| Project template | isbe-clients-template |
| GitHub organization | github.com/red-isbe |
| Technical community | GitHub Discussions |
| Blockscout user guide | Blockscout Explorer |
Technical questions? Open a thread on GitHub Discussions or write to soporte@redisbe.com.