mirror of
https://github.com/Permissionless-Software-Foundation/bch-dex.git
synced 2026-09-22 09:11:59 -07:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ac83827fca | ||
|
|
2ed1eaba9c | ||
|
|
9681def3e0 | ||
|
|
42f228af0e | ||
|
|
4ac7f59378 | ||
|
|
725c1c39a5 | ||
|
|
7290c8db30 | ||
|
|
36e1ec1f8e | ||
|
|
baa574a93e | ||
|
|
8333563d98 | ||
|
|
99fd116b6d | ||
|
|
ccae89ad01 | ||
|
|
0ecae58be2 | ||
|
|
5f442835e5 | ||
|
|
aa8fd89227 | ||
|
|
3da7432273 | ||
|
|
61c1dd5878 | ||
|
|
c095e7af39 | ||
|
|
fb9612bb65 | ||
|
|
e4a37b1c10 | ||
|
|
ba4f847e57 | ||
|
|
81e623e35f | ||
|
|
db1da9172c |
@@ -53,7 +53,7 @@ RUN git clone https://github.com/Permissionless-Software-Foundation/bch-dex-ui-v
|
|||||||
WORKDIR /home/safeuser/bch-dex-ui-v3
|
WORKDIR /home/safeuser/bch-dex-ui-v3
|
||||||
|
|
||||||
# For development: switch to unstable branch
|
# For development: switch to unstable branch
|
||||||
RUN git checkout ct-unstable
|
RUN git checkout psfoundation
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
#RUN mkdir .ipfsdata
|
#RUN mkdir .ipfsdata
|
||||||
|
|||||||
@@ -31,4 +31,7 @@ export APP_ID=bch-dex-001
|
|||||||
|
|
||||||
#export P2WDB_URL=http://172.17.0.1:5667
|
#export P2WDB_URL=http://172.17.0.1:5667
|
||||||
|
|
||||||
|
export DISABLE_NEW_ACCOUNTS=true
|
||||||
|
export ADMIN_PASSWORD=decatur
|
||||||
|
|
||||||
npm start
|
npm start
|
||||||
|
|||||||
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"privateKey": "L4VyBDiWYYeeZhkM3xE3nsZigXJYmvRM29YBxoC7da4FzvubjxFo",
|
||||||
|
"publicKey": "028d6c77d865e6140db4b879a9bdf69ee4846593c0b6c48a82c448d5792806aab1",
|
||||||
|
"mnemonic": "split title trigger soda execute frost brush labor vague protect bicycle fiscal",
|
||||||
|
"cashAddress": "bitcoincash:qprrdk7en7m774gsafkycxcymc9ry209jus5v8wx5z",
|
||||||
|
"address": "bitcoincash:qprrdk7en7m774gsafkycxcymc9ry209jus5v8wx5z",
|
||||||
|
"legacyAddress": "17QG25rNUfnfj2NtdaFiyiqKSJatvEnMYd",
|
||||||
|
"hdPath": "m/44'/245'/0'/0/0",
|
||||||
|
"slpAddress": "simpleledger:qprrdk7en7m774gsafkycxcymc9ry209juu08umx2u",
|
||||||
|
"nextAddress": 1
|
||||||
|
}
|
||||||
@@ -11,12 +11,12 @@ import axios from 'axios'
|
|||||||
// import User from '../../../src/adapters/localdb/models/users.js'
|
// import User from '../../../src/adapters/localdb/models/users.js'
|
||||||
|
|
||||||
// Customize these variables
|
// Customize these variables
|
||||||
const EMAIL = 'someone@somewhere.com'
|
const EMAIL = 'chris.troutner@gmail.com'
|
||||||
const NAME = 'Someone'
|
const NAME = 'Chris'
|
||||||
const PASSWORD = 'test'
|
const PASSWORD = '0mega16'
|
||||||
|
|
||||||
const ADMIN_EMAIL = 'system@system.com'
|
const ADMIN_EMAIL = 'system@system.com'
|
||||||
const ADMIN_PASSWORD = 'admin'
|
const ADMIN_PASSWORD = 'decatur'
|
||||||
|
|
||||||
async function createUser () {
|
async function createUser () {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user