Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
trbutler4 committed Sep 15, 2024
1 parent 7f83144 commit cd240ba
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
1 change: 0 additions & 1 deletion lightclientservice/.idea/vcs.xml

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

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package com.example.lightclientservice;

public class BeerusClient {

public static native String run(String ethExecutionRpc, String starknetRpc);

static {
System.loadLibrary("beerus");
}

}

0 comments on commit cd240ba

Please sign in to comment.