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.
Install Docker.
git clone https://github.com/apache/incubator-tuweni.git tuweni
cd tuweni
git submodule update --init --recursive
./build.sh
After a successful build, libraries will be available in build/libs
.
Your contributions are very welcome! Here are a few links to help you:
- Issue tracker: Report a defect or feature request
- StackOverflow: Ask "how-to" and "why-didn't-it-work" questions
- users@tuweni.incubator.apache.org is for usage questions, help, and announcements. subscribe, unsubscribe, archives
- dev@tuweni.incubator.apache.org is for people who want to contribute code to Tuweni. subscribe, unsubscribe, archives
- commits@tuweni.incubator.apache.org is for commit messages and patches to Tuweni. subscribe, unsubscribe, archives
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.