R3E.WebGUI.Deploy 1.0.1

dotnet tool install --global R3E.WebGUI.Deploy --version 1.0.1
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local R3E.WebGUI.Deploy --version 1.0.1
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=R3E.WebGUI.Deploy&version=1.0.1
                    
nuke :add-package R3E.WebGUI.Deploy --version 1.0.1
                    

R3E.WebGUI.Deploy

Command-line tool for deploying Neo smart contract WebGUIs to the R3E hosting service. Automatically generates and deploys professional web interfaces from contract manifests.

Features

  • Deploy WebGUIs from contract manifests
  • Signature-based authentication
  • Plugin upload support
  • Multi-wallet integration
  • JSON-based configuration
  • Subdomain routing support

Installation

dotnet tool install -g R3E.WebGUI.Deploy

Usage

Basic Deployment

r3e-webgui-deploy \
  --contract-address 0x1234567890abcdef1234567890abcdef12345678 \
  --deployer-address NPvKVTGZapmFWABLsyvfreuqn73jCjJtN5 \
  --network testnet

Full Deployment with Options

r3e-webgui-deploy \
  --contract-address 0x1234567890abcdef1234567890abcdef12345678 \
  --deployer-address NPvKVTGZapmFWABLsyvfreuqn73jCjJtN5 \
  --network testnet \
  --name "MyToken" \
  --description "A sample NEP-17 token with WebGUI" \
  --service-url http://localhost:8888 \
  --plugin-path ./MyTokenPlugin.zip

Using Project File

r3e-webgui-deploy \
  --project MyToken.csproj \
  --contract-address 0x1234567890abcdef1234567890abcdef12345678 \
  --deployer-address NPvKVTGZapmFWABLsyvfreuqn73jCjJtN5 \
  --generate-plugin

Configuration

Create a .r3e-webgui.json file for default settings:

{
  "serviceUrl": "https://webgui.r3e.network",
  "network": "mainnet",
  "deployerAddress": "NPvKVTGZapmFWABLsyvfreuqn73jCjJtN5"
}

License

MIT License - see the LICENSE file for details.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
1.0.1 42 7/18/2025
1.0.0 62 7/18/2025
0.0.4 113 7/14/2025
0.0.3 107 7/14/2025