All Projects → jambestwick → web3jdemo

jambestwick / web3jdemo

Licence: other
功能强大的web3j以太坊用例,支持批量生成钱包,批量不同账户转账,查询余额等,监控,定时任务,交易mint等方法,持续更新中... ...

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to web3jdemo

vue-web3
🐙 Web3 blockchain bindings for Vue.js (inspired by Vuefire and Drizzle)
Stars: ✭ 63 (-75.95%)
Mutual labels:  ethereum-contract, web3, eth
eth-self-token-example
在本地网络发布一个名叫 YuTou 的 token
Stars: ✭ 8 (-96.95%)
Mutual labels:  ethereum-contract, web3
ethereum-java-web3j
一个很受欢迎的用java和android app类库web3j开发区块链以太坊dapp和智能合约的教程。内容涉及以太坊核心概念,如账户管理、状态与交易、合约开发与交互、过滤器和事件等,也详细说明如何用web3j开发接口与以太坊交互。
Stars: ✭ 22 (-91.6%)
Mutual labels:  web3j, web3
ProveIt
Implements proof of historical data possession on the Ethereum blockchain
Stars: ✭ 37 (-85.88%)
Mutual labels:  ethereum-contract, web3
Wallet3
A secure mobile wallet for web3
Stars: ✭ 13 (-95.04%)
Mutual labels:  web3, eth
Eth Crypto
Cryptographic javascript-functions for ethereum and tutorials to use them with web3js and solidity
Stars: ✭ 420 (+60.31%)
Mutual labels:  web3, eth
Simple-Game-ERC-721-Token-Template
🔮 Very Simple ERC-721 Smart Contract Template to create your own ERC-721 Tokens on the Ethereum Blockchain, with many customizable Options 🔮
Stars: ✭ 83 (-68.32%)
Mutual labels:  ethereum-contract, eth
multisol
CLI application for verifying Solidity contracts on Etherscan
Stars: ✭ 94 (-64.12%)
Mutual labels:  ethereum-contract, web3
Android-Wallet-Token-ERC20
Android Wallet (Token ERC20)
Stars: ✭ 30 (-88.55%)
Mutual labels:  ethereum-contract, web3j
niftygate
Drop-in Access Control via NFT Ownership
Stars: ✭ 61 (-76.72%)
Mutual labels:  ethereum-contract, web3
web3
⚡️ Web3 PHP is a supercharged PHP API client that allows you to interact with a generic Ethereum RPC.
Stars: ✭ 609 (+132.44%)
Mutual labels:  web3, eth
Trust Wallet Ios
📱 Trust - Ethereum Wallet and Web3 DApp Browser for iOS
Stars: ✭ 1,228 (+368.7%)
Mutual labels:  ethereum-contract, web3
laravel-web3
Laravel SDK wrapper for the Web3 PHP API client that interacts with the Ethereum blockchain.
Stars: ✭ 85 (-67.56%)
Mutual labels:  web3, eth
Eth Hot Wallet
Ethereum wallet with erc20 support / web wallet - built using react, web3, eth-lightwallet
Stars: ✭ 205 (-21.76%)
Mutual labels:  web3, eth
framework
Lightweight, open source and magic-free framework for testing solidity smart contracts.
Stars: ✭ 36 (-86.26%)
Mutual labels:  web3, eth
sign-in-with-ethereum
Minimal example of sign in with Ethereum. Compatible with web3 browsers.
Stars: ✭ 25 (-90.46%)
Mutual labels:  web3, eth
etherbrite
🗓 Clone eventbrite on Ethereum, built in Solidity, TruffleJS, Web3js and React/Redux.
Stars: ✭ 19 (-92.75%)
Mutual labels:  ethereum-contract, web3
React Ethereum Dapp Example
A starter boilerplate for an Ethereum dapp using web3.js v1.0, truffle, react, and parity
Stars: ✭ 384 (+46.56%)
Mutual labels:  ethereum-contract, web3
Eth Vue
Featured in Awesome Vue [https://github.com/vuejs/awesome-vue], a curated list maintained by vuejs of awesome things related to the Vue.js framework, and Awesome List [https://awesomelists.net/150-Vue.js/3863-Open+Source/18749-DOkwufulueze-eth-vue], this Truffle Box provides everything you need to quickly build Ethereum dApps that have authentication features with vue, including configuration for easy deployment to the Ropsten Network. It's also Gravatar-enabled. Connecting to a running Ganache blockchain network from Truffle is also possible -- for fast development and testing purposes. Built on Truffle 5 and Vue 3, eth-vue uses vuex for state management, vuex-persist for local storage of app state, and vue-router for routing. Authentication functionalities are handled by Smart Contracts running on the Ethereum blockchain.
Stars: ✭ 171 (-34.73%)
Mutual labels:  ethereum-contract, web3
bankster
Money Creation Made Easy
Stars: ✭ 30 (-88.55%)
Mutual labels:  eth

简介

english doc

基础web3j基础上手款Demo 持续更新,做到web3j无脑交易 套利第一工具,自动买卖、跟单、追踪机构地址、设置利润点、设置价格、抢跑区块等... ...

  1. 代码开源。
  2. web3j是一个用于访问以太坊的轻量级的java库,用于连接客户端和以太坊区块链结点。

相关功能:

1 连接以太坊客户端
2 创建冷钱包
3 加载钱包文件
4 转账ETH,转账ERC20代币,批量转账功能
5 查询余额
6 部署合约
7 读取&更新 智能合约的数据
8 观察智能合约event
9 账号的锁定与解锁
10 批量生成钱包助记词,逐行保存文件
11.完善合约函数调用approve,transfer,transferForm等
12.增加Approve,Transfer Event监听
13.增加mint,定时任务,NFT......

说明文档

持续更新中...... web3j对基础开发者调用不太友好, JS版本对开发周期和成本相对比较简单. 描述上述功能均为组合功能,需要对基础方法有一定了解,设计好流程思路, 声明:恶意使用,组合编码,产生法律风险自负

原博客 http://blog.csdn.net/baidu_30084597 现博客 https://blog.csdn.net/weixin_41602901

抽空把所有功能更新全吧,再做个网页提供使用 说实在的,写脚本真的很无聊

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].