Skip to content

Commit 7ee31cd

Browse files
authored
Merge pull request #8 from zeitgeistpm/api-updates
Update for poladkot api updates
2 parents 2e9f968 + 49ae3dc commit 7ee31cd

514 files changed

Lines changed: 5204 additions & 58448 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.dockerignore

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Dependencies
2+
node_modules
3+
npm-debug.log*
4+
yarn-debug.log*
5+
yarn-error.log*
6+
7+
# Build outputs
8+
dist
9+
*.tsbuildinfo
10+
11+
# Testing
12+
test-blockchain-only.js
13+
generate-test-address.js
14+
debug-api.js
15+
16+
# Git
17+
.git
18+
.gitignore
19+
20+
# Docker
21+
Dockerfile
22+
.dockerignore
23+
docker-compose.yml
24+
25+
# Documentation
26+
*.md
27+
CLAUDE.md
28+
29+
# Environment files (will be copied explicitly)
30+
.env.example
31+
.env.test
32+
33+
# Database files (will be mounted as volumes)
34+
*.db
35+
36+
# IDE
37+
.vscode
38+
.idea
39+
*.swp
40+
*.swo
41+
42+
# OS
43+
.DS_Store
44+
Thumbs.db
45+
46+
# Logs
47+
logs
48+
*.log
49+
50+
# Temporary files
51+
tmp
52+
temp

.env.example

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Test Configuration
2+
TEST_WALLET_ADDRESS=
3+
TEST_AMOUNT=100
4+
5+
# Mainnet promotional codes (for main.ts)
6+
CODES=TEST1+5,TEST2+10,TEST3+25
Binary file not shown.
Binary file not shown.
Binary file not shown.
133 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)