Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing everything related to UI #126

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions GETTING_STARTED.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
This package contains an Avalanche Node and a local WalletUI
This package contains an Avalanche Node.

**Wallet UI**: [avalanche.public.dappnode](http://avalanche.public.dappnode/)

⚠️ **Important**: You will have to wait for your node to synchronize to connect the wallet UI to your node. Your wallet might not work until then. To see the progress on the synchronization of your node check the logs [here](http://my.dappnode/#/packages/avalanche.public.dappnode.eth/logs).
⚠️ **Important**: To see the progress on the synchronization of your node check the logs [here](http://my.dappnode/#/packages/avalanche.public.dappnode.eth/logs).
21 changes: 0 additions & 21 deletions build-ui/Dockerfile

This file was deleted.

28 changes: 0 additions & 28 deletions build-ui/constants.ts

This file was deleted.

211 changes: 0 additions & 211 deletions build-ui/network.ts

This file was deleted.

57 changes: 0 additions & 57 deletions build-ui/nginx.conf

This file was deleted.

5 changes: 2 additions & 3 deletions dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
"version": "0.1.31",
"upstreamVersion": "v1.10.2",
"upstreamRepo": "ava-labs/avalanchego",
"shortDescription": "Avalanche Node and Wallet WebUI",
"description": "Avalanche is an open-source platform for launching highly decentralized applications, new financial primitives, and new interoperable blockchains. This package includes a full node and a local Wallet",
"shortDescription": "Avalanche Node",
"description": "Avalanche is an open-source platform for launching highly decentralized applications, new financial primitives, and new interoperable blockchains. This package includes a full node",
"categories": ["Blockchain"],
"license": "GPL-3.0",
"mainService": "wallet",
"type": "service",
"backup": [
{
Expand Down
5 changes: 0 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ services:
ports:
- "9651"
restart: unless-stopped
wallet:
build:
context: build-ui
image: "wallet.avalanche.public.dappnode.eth:0.1.0"
restart: unless-stopped
volumes:
chain: {}
validator: {}