-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.env.example
More file actions
49 lines (40 loc) · 1.71 KB
/
.env.example
File metadata and controls
49 lines (40 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# React OnChain Deployment Configuration
# Auto-generated by react-onchain after your first deployment
#
# ⚠️ SECURITY WARNING ⚠️
# This file contains your PRIVATE KEY!
# - NEVER commit this file to version control
# - NEVER share this file with anyone
#
# The .env file is in .gitignore to protect your keys.
# ============================================================================
# DEPLOYMENT CREDENTIALS (LOCAL USE ONLY - NEVER DEPLOYED)
# ============================================================================
# Payment private key (WIF format)
# Destination address is automatically derived from this key
# Used ONLY by the CLI tool on your machine to sign inscription transactions
# NEVER deployed to blockchain or included in your app
# NEVER commit your actual private key to version control!
REACT_ONCHAIN_PAYMENT_KEY=L1a2b3c4d5e6f7g8h9i0j1k2l3m4n5o6p7q8r9s0t1u2v3w4x5y6z
# Build directory
BUILD_DIR=./dist
# Application name
APP_NAME=my-react-app
# Versioning origin inscription (permanent reference)
# This is AUTO-POPULATED after your first deployment
VERSIONING_ORIGIN_INSCRIPTION=
# HTML origin inscription (permanent reference for :-1 resolution)
# This is AUTO-POPULATED after your first deployment
HTML_ORIGIN_INSCRIPTION=
# Content delivery service
ORDINAL_CONTENT_URL=https://app.reactonchain.com
# Transaction fee rate (satoshis per KB)
SATS_PER_KB=100
# ==============================================================
# For subsequent deployments, simply run:
# npx react-onchain deploy
#
# The CLI will auto-load all config and prompt only for:
# - New version tag (with smart increment suggestion)
# - Version description
# ==============================================================