Skip to content

Commit

Permalink
Setting up java-example module
Browse files Browse the repository at this point in the history
  • Loading branch information
lealobanov committed Jul 13, 2024
1 parent a30ba90 commit 44641ed
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 105 deletions.
File renamed without changes.
19 changes: 0 additions & 19 deletions java-example/src/README.md

This file was deleted.

31 changes: 0 additions & 31 deletions java-example/src/flow.json

This file was deleted.

13 changes: 0 additions & 13 deletions java-example/src/main/flow.json

This file was deleted.

15 changes: 8 additions & 7 deletions java-example/src/main/java/org/onflow/examples/java/App.java
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
package org.onflow.examples.java;

import org.bouncycastle.util.encoders.Hex;
import org.onflow.flow.sdk.cadence.AddressField;
import org.onflow.flow.sdk.cadence.StringField;
import org.onflow.flow.sdk.cadence.UFix64NumberField;
import org.onflow.flow.sdk.crypto.Crypto;
import org.onflow.flow.sdk.crypto.PrivateKey;

import java.io.IOException;
import java.io.InputStream;
import java.math.BigDecimal;
Expand All @@ -15,6 +8,14 @@
import java.util.List;
import java.util.Objects;

import org.bouncycastle.util.encoders.Hex;
import org.onflow.flow.sdk.*;
import org.onflow.flow.sdk.cadence.AddressField;
import org.onflow.flow.sdk.cadence.StringField;
import org.onflow.flow.sdk.cadence.UFix64NumberField;
import org.onflow.flow.sdk.crypto.Crypto;
import org.onflow.flow.sdk.crypto.PrivateKey;

public final class App {

private final FlowAccessApi accessAPI;
Expand Down
6 changes: 0 additions & 6 deletions java-example/src/main/resources/create_account.cdc

This file was deleted.

29 changes: 0 additions & 29 deletions java-example/src/main/resources/transfer_flow.cdc

This file was deleted.

0 comments on commit 44641ed

Please sign in to comment.