All Projects → zhangbincheng1997 → Crowdfunding

zhangbincheng1997 / Crowdfunding

基于区块链(以太坊)技术的安全众筹系统

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Crowdfunding

Go Ethereum
Official Go implementation of the Ethereum protocol
Stars: ✭ 34,169 (+21389.94%)
Mutual labels:  ethereum, geth
Core Geth
A highly configurable Go implementation of the Ethereum protocol.
Stars: ✭ 66 (-58.49%)
Mutual labels:  ethereum, geth
Ethdroid
Easy-to-use Ethereum Geth wrapper for Android
Stars: ✭ 47 (-70.44%)
Mutual labels:  ethereum, geth
Web3swift
Elegant Web3js functionality in Swift. Native ABI parsing and smart contract interactions.
Stars: ✭ 237 (+49.06%)
Mutual labels:  ethereum, geth
Myetherapi
An API by MyEtherWallet. ETH / Ropsten / JSON RPC / Web3
Stars: ✭ 95 (-40.25%)
Mutual labels:  ethereum, 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 (+201.26%)
Mutual labels:  ethereum, geth
Geth Jsonrpc Php Client
API client lib for communication with geth (go-ethereum) node.
Stars: ✭ 64 (-59.75%)
Mutual labels:  ethereum, geth
Tokenbalance
Simple Ethereum API to get your ERC20 Token Balance along with useful information
Stars: ✭ 163 (+2.52%)
Mutual labels:  ethereum, geth
Ethnode
Run an Ethereum node (Geth or Openethereum) for development
Stars: ✭ 74 (-53.46%)
Mutual labels:  ethereum, geth
Nethereum
Ethereum .Net cross platform integration library
Stars: ✭ 1,191 (+649.06%)
Mutual labels:  ethereum, geth
Ethereum
以太坊开发 HelloWorld for Java
Stars: ✭ 191 (+20.13%)
Mutual labels:  ethereum, geth
Geth Dev
A Docker Image to create a set of mining, local Ethereum nodes for development
Stars: ✭ 109 (-31.45%)
Mutual labels:  ethereum, geth
Dagger.js
Simple library to connect with dagger server and manage subscriptions for Ethereum Blockchain.
Stars: ✭ 179 (+12.58%)
Mutual labels:  ethereum, geth
Ethermint Archive
Ethereum on Tendermint using Cosmos-SDK!
Stars: ✭ 667 (+319.5%)
Mutual labels:  ethereum, geth
Go Ethereum Hdwallet
Ethereum HD Wallet derivations in Go (golang)
Stars: ✭ 178 (+11.95%)
Mutual labels:  ethereum, geth
Violationsystem
Ethernum ViolationSystem
Stars: ✭ 50 (-68.55%)
Mutual labels:  ethereum, geth
Ico Contracts
🎉 ICO Contracts of the ALIS.
Stars: ✭ 69 (-56.6%)
Mutual labels:  ethereum, geth
Eth Indexer
An Ethereum project to crawl blockchain states into database
Stars: ✭ 98 (-38.36%)
Mutual labels:  ethereum, geth
Web3 By Example
Node.js with Web3 javascript examples for getting basic information (transactions, balances, network stats, and tokens) from the Ethereum blockchain.
Stars: ✭ 156 (-1.89%)
Mutual labels:  ethereum, geth
Tokenbase
A repository of ERC20 token information. Tokens listed are tradeable on https://forkdelta.github.io. We welcome contributions! 🎉
Stars: ✭ 152 (-4.4%)
Mutual labels:  ethereum

以太坊众筹系统

😄 更新版本,支持插件。

alt text

alt text

alt text

alt text

Hello World

学前班:https://github.com/littleredhat1997/Ethereum

如果不想本地搭建,可以使用公开测试网络:

运行插件

Plugins->web3j:generate-sources

resources/CrowdFunding.sol ----> org.web3j.model.CrowdFunding

部署合约

test/java/com/example/demo/ContractDeploy.java

CrowdFunding contract = CrowdFunding.deploy(web3j, credentials, new DefaultGasProvider()).send();
System.out.println(contract.getContractAddress());
// rewrite: contractAddress ----> application.properties

启动项目

main/java/com/example/demo/Application.java

http://localhost:8080/

注意:记得挖矿,等待确认!

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