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
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package R3E.WebGUI.Deploy --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions 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.