Skip to content

Commit

Permalink
refactored func, fift and tolk executors;
Browse files Browse the repository at this point in the history
improved logging;
  • Loading branch information
neodix42 committed Nov 11, 2024
1 parent 634625b commit d7d1865
Show file tree
Hide file tree
Showing 29 changed files with 2,279 additions and 816 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ You can use each submodule individually. Click the module below to get more deta
* [Liteclient](liteclient/README.md) - wrapper for using with external precompiled lite-client binary.
* [Fift](fift/README.md) - wrapper for using with external precompiled fift binary.
* [Func](func/README.md) - wrapper for using with external precompiled func binary.
* [Tolk](tolk/README.md) - wrapper for using with external precompiled tolk binary.
* [TonConnect](tonconnect/README.md) - implementation of Ton Connect standard.
* [Blockchain](blockchain/README.md) - To Do.
* [Utils](utils/README.md) - create private and public keys, convert data, etc.

### Features
Expand Down
39 changes: 39 additions & 0 deletions blockchain/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Blockchain module

Description

## Maven [![Maven Central][maven-central-svg]][maven-central]

```xml

<dependency>
<groupId>io.github.neodix42</groupId>
<artifactId>blockchain</artifactId>
<version>0.7.1</version>
</dependency>
```

## Jitpack

```xml

<dependency>
<groupId>io.github.neodix42.ton4j</groupId>
<artifactId>blockchain</artifactId>
<version>0.7.1</version>
</dependency>
```

## Usage

```java
// todo
```

[maven-central-svg]: https://img.shields.io/maven-central/v/io.github.neodix42/blockchain

[maven-central]: https://mvnrepository.com/artifact/io.github.neodix42/blockchain

[ton-svg]: https://img.shields.io/badge/Based%20on-TON-blue

[ton]: https://ton.org
Loading

0 comments on commit d7d1865

Please sign in to comment.