All Projects → eirlis → web3j-example

eirlis / web3j-example

Licence: other
Android web3j example

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to web3j-example

Sablier
The protocol for real-time finance on the Ethereum blockchain
Stars: ✭ 147 (+444.44%)
Mutual labels:  smart-contracts, truffle
react-truffle-metamask
Build an DApp using react, redux, saga, truffle, metamask
Stars: ✭ 25 (-7.41%)
Mutual labels:  smart-contracts, truffle
Erc20 Generator
Create an ERC20 Token for FREE in less than a minute with the most used Smart Contract Generator for ERC20 Token. No login. No setup. No coding required.
Stars: ✭ 202 (+648.15%)
Mutual labels:  smart-contracts, truffle
Rico
The Responsible Initial Coin Offering Framework
Stars: ✭ 83 (+207.41%)
Mutual labels:  smart-contracts, truffle
starter-kit-gsn
An OpenZeppelin starter kit focused on GSN.
Stars: ✭ 39 (+44.44%)
Mutual labels:  smart-contracts, truffle
Contracts
A set of reusable smart-contracts
Stars: ✭ 101 (+274.07%)
Mutual labels:  smart-contracts, truffle
dao1901
French 1901's Law for non-profit organizations, now on Ethereum
Stars: ✭ 29 (+7.41%)
Mutual labels:  truffle, geth
Solidity Smart Contracts
smart contracts which are built on ethereum wallet mist,truffle compiler using solidity language.
Stars: ✭ 11 (-59.26%)
Mutual labels:  smart-contracts, truffle
trufflepig
🍄🐷Truffle contract artifact loading tool for local development
Stars: ✭ 45 (+66.67%)
Mutual labels:  smart-contracts, truffle
eth-decoder
Simple library to decode ethereum transaction and logs
Stars: ✭ 32 (+18.52%)
Mutual labels:  smart-contracts, truffle
Supply Chain
Supply chain management on blockchain using Angular 4 + Truffle + IPFS + Ethereum
Stars: ✭ 76 (+181.48%)
Mutual labels:  smart-contracts, truffle
proof-of-existence
Ethereum Smart Contract to prove a document's existence at some point by storing and verifying its hash.
Stars: ✭ 22 (-18.52%)
Mutual labels:  smart-contracts, truffle
Ethnode
Run an Ethereum node (Geth or Openethereum) for development
Stars: ✭ 74 (+174.07%)
Mutual labels:  smart-contracts, geth
Truffle
A tool for developing smart contracts. Crafted with the finest cacaos.
Stars: ✭ 11,909 (+44007.41%)
Mutual labels:  smart-contracts, truffle
Ico Contracts
🎉 ICO Contracts of the ALIS.
Stars: ✭ 69 (+155.56%)
Mutual labels:  smart-contracts, geth
Web3swift
Elegant Web3js functionality in Swift. Native ABI parsing and smart contract interactions.
Stars: ✭ 237 (+777.78%)
Mutual labels:  smart-contracts, geth
Baseline
The Baseline Protocol is an open source initiative that combines advances in cryptography, messaging, and blockchain to execute secure and private business processes at low cost via the public Ethereum Mainnet. The protocol will enable confidential and complex collaboration between enterprises without leaving any sensitive data on-chain
Stars: ✭ 479 (+1674.07%)
Mutual labels:  smart-contracts, geth
Eth.social
An Ethereum dApp for posting social events.
Stars: ✭ 17 (-37.04%)
Mutual labels:  smart-contracts, truffle
baseline
The Baseline Protocol is an open source initiative that combines advances in cryptography, messaging, and distributed ledger technology to enable confidential and complex coordination between enterprises while keeping data in systems of record. This repo serves as the main repo for the Baseline Protocol, containing core packages, examples, and r…
Stars: ✭ 565 (+1992.59%)
Mutual labels:  smart-contracts, geth
solidity-contracts
📦 Resources for the Ethereum Smart Contract Development tutorial series.
Stars: ✭ 64 (+137.04%)
Mutual labels:  smart-contracts, truffle

web3j-example

A simple android implementation of Ethereum wallet and smart contracts interaction.

Getting started

First, add the following dependencies to your project:

Maven

<dependency>
  <groupId>org.web3j</groupId>
  <artifactId>core-android</artifactId>
  <version>2.2.1</version>
</dependency>

Gradle

compile ('org.web3j:core-android:2.2.1')

Run geth (or another) client

This will run a private network. You may also run it with --testnet flag.

$ geth --dev --rpc --rpcapi "eth,net,web3,personal"  --rpcaddr="localhost" --rpcport="8545" --rpccorsdomain="*"
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].