Add DNSDaemon to listen to DNS entries
4 files changed
tree: 127bcb15fc2f1085fa2a1cfe8fb3aeb2d2b41fad
  1. .github/
  2. .idea/
  3. bytes/
  4. concurrent/
  5. concurrent-coroutines/
  6. config/
  7. crypto/
  8. devp2p/
  9. dist/
  10. dns-discovery/
  11. eth/
  12. eth-reference-tests/
  13. eth-repository/
  14. eth2-reference-tests/
  15. ethstats/
  16. gossip/
  17. gradle/
  18. hobbits/
  19. hobbits-relayer/
  20. io/
  21. junit/
  22. kademlia/
  23. kv/
  24. les/
  25. merkle-trie/
  26. net/
  27. net-coroutines/
  28. plumtree/
  29. progpow/
  30. rlp/
  31. rlpx/
  32. scuttlebutt/
  33. scuttlebutt-client-lib/
  34. scuttlebutt-discovery/
  35. scuttlebutt-handshake/
  36. scuttlebutt-rpc/
  37. ssz/
  38. toml/
  39. units/
  40. .asf.yaml
  41. .editorconfig
  42. .gitattributes
  43. .gitignore
  44. .gitmodules
  45. build.gradle
  46. build.sh
  47. CONTRIBUTING.md
  48. dangerfile.js
  49. dependency-versions.gradle
  50. DISCLAIMER
  51. gradle.properties
  52. Jenkinsfile
  53. KEYS
  54. LICENSE
  55. NOTICE
  56. package-lock.json
  57. PACKAGES.md
  58. README.md
  59. RELEASE.md
  60. settings.gradle
  61. wrapper.gradle
README.md

Tuweni: Apache Core Libraries for Java (& Kotlin)

Slack Github build Build Status License Maven Central Sonatype Nexus (Snapshots)

See our web site for details on the project.

Tuweni is a set of libraries and other tools to aid development of blockchain and other decentralized software in Java and other JVM languages.

It includes a low-level bytes library, serialization and deserialization codecs (e.g. RLP), various cryptography functions and primatives, and lots of other helpful utilities.

Tuweni is developed for JDK 11 or higher.

Build Instructions

Install Docker.

Clone along with submodules

git clone https://github.com/apache/incubator-tuweni.git tuweni
cd tuweni
git submodule update --init --recursive

Build the project

./build.sh

After a successful build, libraries will be available in build/libs.

Contributing

Your contributions are very welcome! Here are a few links to help you:

Mailing lists

More information

License

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.