An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
besu/docs/Permissions/Onchain-Permissioning/Production.md

1.3 KiB

description: Deploying Permissioning Management Dapp for production

Deploying Permissioning Management Dapp for Production

To deploy the Permissioning Management dapp for production:

  1. Get the most recent release (tarball or zip) from the projects release page.

  2. Unpack the distribution into a directory available to your webserver.

  3. In the root of the directory to which the distribution was unpacked, add a file called config.json replacing the placeholders.

    {
      "accountIngressAddress":  "<Address of the account ingress contract>",
      "nodeIngressAddress": "<Address of the node ingress contract>",
      "networkId": "<ID of your Ethereum network>"
    }
    
  4. On your webserver, host the contents of the directory as static files and direct root requests to index.html

Starting a Production Permissioned Network

Follow the procedure as for Getting Started with Onchain Perissioning but do not perform the steps using yarn to install, build, and start the development server. Instead follow the procedure above to deploy the Permissioning Management dapp to your webserver.