-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.
- Loading branch information
Showing
5,683 changed files
with
844,307 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
PROTOCOL_IDENTIFIER=D | ||
NODE_RPC_URL=http://127.0.0.1:22555 | ||
NODE_RPC_USER=rpc_user | ||
NODE_RPC_PASS=rpc_password | ||
TESTNET=false | ||
FEE_PER_KB=100000000 | ||
UNSPENT_API=https://unspent.dogeord.io/api/v1/address/unspent/ | ||
ORD=https://ord.dunesprotocol.com/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"privkey": "", | ||
"address": "", | ||
"utxos": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
PROTOCOL_IDENTIFIER=D | ||
NODE_RPC_URL=http://127.0.0.1:22555 | ||
NODE_RPC_USER=rpc_user | ||
NODE_RPC_PASS=rpc_password | ||
TESTNET=false | ||
FEE_PER_KB=100000000 | ||
UNSPENT_API=https://unspent.dogeord.io/api/v1/address/unspent/ | ||
ORD=https://ord.dunesprotocol.com/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"privkey": "", | ||
"address": "", | ||
"utxos": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
NODE_RPC_URL=http://127.0.0.1:22555 | ||
NODE_RPC_USER=rpc_user | ||
NODE_RPC_PASS=rpc_password | ||
TESTNET=false | ||
FEE_PER_KB=100000000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"privkey": "", | ||
"address": "", | ||
"utxos": [] | ||
} |
8 changes: 8 additions & 0 deletions
8
APE DUNES GUI/Dunes-GUI/Doginals-main/Dunes-main/.env.example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
PROTOCOL_IDENTIFIER= | ||
NODE_RPC_URL= | ||
NODE_RPC_USER= | ||
NODE_RPC_PASS= | ||
TESTNET= | ||
FEE_PER_KB=500000000 | ||
UNSPENT_API= | ||
ORD= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/test | ||
/node_modules | ||
bulk-mint.sh | ||
docker-compose.yaml | ||
.wallet.json | ||
.env |
4 changes: 4 additions & 0 deletions
4
APE DUNES GUI/Dunes-GUI/Doginals-main/Dunes-main/.husky/pre-commit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname -- "$0")/_/husky.sh" | ||
|
||
npx lint-staged |
3 changes: 3 additions & 0 deletions
3
APE DUNES GUI/Dunes-GUI/Doginals-main/Dunes-main/.prettierignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Ignore artifacts: | ||
build | ||
coverage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
Oops, something went wrong.