Skip to content

Commit

Permalink
add dht method
Browse files Browse the repository at this point in the history
  • Loading branch information
decentralgabe committed Oct 6, 2023
1 parent f3c7184 commit a470559
Show file tree
Hide file tree
Showing 8 changed files with 882 additions and 6 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,8 @@ dist
# SvelteKit build / generate output
.svelte-kit

.DS_STORE
# MacOS
.DS_STORE

# IntelliJ
.idea
258 changes: 257 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@npmcli/package-json": "5.0.0"
"@npmcli/package-json": "5.0.0",
"@types/b4a": "^1.6.1"
},
"dependencies": {
"@web5/common": "^0.2.0",
"@web5/crypto": "^0.2.0",
"bittorrent-dht": "^11.0.5",
"bittorrent-dht-sodium": "^1.2.0",
"brotli-compress": "^1.3.3",
"z32": "^1.0.1"
}
}
}
Loading

0 comments on commit a470559

Please sign in to comment.