1.0.20 • Published 5 years ago

arcblock-simple-dns v1.0.20

Weekly downloads
12
License
-
Repository
github
Last release
5 years ago

Simple Boarding Gate

A simple DNS server.

Getting started

Configuration

Put following contents in .env:

SKIP_PREFLIGHT_CHECK=true

# server side
BLOCKLET_PORT="3030"

REACT_APP_BASE_URL="http://192.168.1.2:3030"
REACT_APP_APP_NAME="ArcBlock Simple DNS"
REACT_APP_API_PREFIX=""

Start hacking

mkdir -p /tmp/abtnode/arcblock-simple-dns
npm run start:server
npm run start:client

Deploy to local ABT Node

abtnode deploy .
1.0.20

5 years ago

1.0.19

5 years ago

1.0.18

5 years ago