Install Using OCI Stacks
Complete these steps to install the product by deploying an OCI stack.
Prerequisites
Before you begin the installation process, ensure that you have the following prerequisites:
- Access to an Oracle Cloud Infrastructure (OCI) tenancy and permissions to create and manage Resource Manager stacks, compute and networking resources, and Container Registry and Kubernetes (OKE) resources.
- The Resource Manager stack packages in
.zipformat for Oracle Blockchain Platform Enterprise Edition for Hyperledger Besu. - A basic understanding of blockchain concepts and Hyperledger Besu. For more information about Hyperledger Besu, see Besu Ethereum client.
- Oracle Cloud Stack prerequisites:
- A base domain name (for example,
obpee.example.com) for hosting the Blockchain Platform Manager and service console fully-qualified domain names - Passwords for the Blockchain Platform Manager administrator and LDAP administrator
- An OCI Registry (OCIR) user name and active auth token
- Cluster details such as worker node count and OCPU and memory specifications
- A base domain name (for example,
To get your OCIR user name and auth token, complete the following steps.
- In the OCI console, select Profile and then select your user account.
- Open Tokens and keys.
- Under Auth tokens, create a token and then copy it and store it securely.
- Determine your OCIR user name, which typically uses the following format:
<tenancy-name>/oracleidentitycloudservice/<username>. For example,acmeinc/oracleidentitycloudservice/dev.user@example.com.
EVM Compatibility
The platform is based on Hyperledger Besu v25.12, which supports Shanghai and Cancun EVM smart contracts. Use the platform to test and assess product capabilities and develop integrations. Do not use the platform in a production environment. API contracts might change between platform releases.
The following table shows the minimum versions of Solidity and Hardhat that can be used.
| EVM Version | Minimum Solidity Version | Minimum Hardhat Version |
|---|---|---|
| Shanghai | 0.8.20 | 2.14.0 |
| Cancun | 0.8.24 | 2.21.0 |