All Projects → adyliu → Jeos

adyliu / Jeos

EOS Blockchain Java SDK

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Jeos

Token Core Android
a blockchain private key management library on android
Stars: ✭ 613 (+814.93%)
Mutual labels:  eos
Blockchain
区块链技术
Stars: ✭ 28 (-58.21%)
Mutual labels:  eos
Blockchainage
「区块链技术指北」相关资料。
Stars: ✭ 51 (-23.88%)
Mutual labels:  eos
Awesome Blockchain
区块链白皮书、书籍、交易所、币种、自媒体等资源汇总 💯
Stars: ✭ 747 (+1014.93%)
Mutual labels:  eos
Scala Api Wrapper
A Scala wrapper for EOS RPC API
Stars: ✭ 14 (-79.1%)
Mutual labels:  eos
Blockchain
区块链、交易所、币种、自媒体、高频交易策略
Stars: ✭ 37 (-44.78%)
Mutual labels:  eos
Scatterdesktop
Connect to applications on EOS, Ethereum, and Tron. Exchange tokens with ease. Manage your assets safely. All in a simple to use interface.
Stars: ✭ 459 (+585.07%)
Mutual labels:  eos
Eos Awesome Contracts
List of open source contracts for EOSIO blockchains
Stars: ✭ 66 (-1.49%)
Mutual labels:  eos
Eosio sql plugin
EOSIO sql database plugin
Stars: ✭ 21 (-68.66%)
Mutual labels:  eos
Mydicebot.github.io
★MyDiceBot★ - Ultimate Bitcoin Dice Bot. Bet More, Earn More!
Stars: ✭ 48 (-28.36%)
Mutual labels:  eos
Awesome Blockchain
⚡️Curated list of resources for the development and applications of blockchain.
Stars: ✭ 937 (+1298.51%)
Mutual labels:  eos
Eosocial
Deprecated - 📝 Sample dApp of Votable SNS run by EOS Testnet.
Stars: ✭ 14 (-79.1%)
Mutual labels:  eos
Blockchain Learning
Learn and promote blockchain together by writing
Stars: ✭ 44 (-34.33%)
Mutual labels:  eos
Libgphoto2
The libgphoto2 camera access and control library.
Stars: ✭ 637 (+850.75%)
Mutual labels:  eos
Openapi
DragonEx OpenAPI
Stars: ✭ 54 (-19.4%)
Mutual labels:  eos
Eos Go
EOS.IO Go API library
Stars: ✭ 531 (+692.54%)
Mutual labels:  eos
Tiny.scatter
Scatter compatible eos injection library
Stars: ✭ 31 (-53.73%)
Mutual labels:  eos
Eosdice
open source bocai game
Stars: ✭ 67 (+0%)
Mutual labels:  eos
Scatter
Scatter is an in-browser ( extension ) wallet for EOS which facilitates interaction between users and dapps.
Stars: ✭ 59 (-11.94%)
Mutual labels:  eos
Eos Mainnet
Ansible repo for setting up an EOS RPC API node and syncing to the mainnet
Stars: ✭ 45 (-32.84%)
Mutual labels:  eos

EOS Blockchain Java SDK

eosio java sdk with eos rpc-api

Maven Central Javadocs

dependency

release version

Maven http://repo1.maven.org/maven2/io/jafka/jeos

<dependencies>
  <dependency>
    <groupId>io.jafka</groupId>
    <artifactId>jeos</artifactId>
    <version>0.9.15</version>
  </dependency>
</dependencies>

Gradle

compile group: 'io.jafka', name: 'jeos', version: '0.9.15'

latest snapshot version

<repositories>
  <repository>
    <id>oss.sonatype.org-snapshot</id>
    <url>http://oss.sonatype.org/content/repositories/snapshots</url>
    <releases>
      <enabled>false</enabled>
    </releases>
    <snapshots>
      <enabled>true</enabled>
    </snapshots>
  </repository>
</repositories>

<dependencies>
  <dependency>
    <groupId>io.jafka</groupId>
    <artifactId>jeos</artifactId>
    <version>1.0-SNAPSHOT</version>
  </dependency>
</dependencies>

Java samples with RPC

Java samples without RPC (Local Only)

RPC-API

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].