GithubHelp home page GithubHelp logo

klelizi / crowdfunding Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zhangbincheng1997/crowdfunding

0.0 0.0 0.0 37.97 MB

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

Java 73.49% HTML 26.51%

crowdfunding's Introduction

以太坊众筹系统

😄 更新版本,支持插件。

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/

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

crowdfunding's People

Contributors

zhangbincheng1997 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.