arcblock-simple-dns
v1.0.20
Published
A simple DNS server
Downloads
10
Readme
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 .