All Projects → PeterHuZQ → Eos Dapp

PeterHuZQ / Eos Dapp

Game Dapp Demo using EOS and React

Projects that are alternatives of or similar to Eos Dapp

react-antd
基于react + redux + immutable + less + ES6/7 + webpack2.0 + fetch + react-router + antd实现的SPA后台管理系统模板
Stars: ✭ 320 (+168.91%)
Mutual labels:  react-router, ant-design
React Antd
基于react + redux + immutable + less + ES6/7 + webpack2.0 + fetch + react-router + antd实现的SPA后台管理系统模板
Stars: ✭ 321 (+169.75%)
Mutual labels:  react-router, ant-design
eosio-demo1-election
My experiment on EOSIO blockchain to develop an election Smart Contract. I also develop a webapp which interacts with the blockchain.
Stars: ✭ 17 (-85.71%)
Mutual labels:  webassembly, eosio
Productivity Frontend
Productivity Application - Kanban Style Productivity Management Application with Customizable Boards, Lists and Cards to Make You More Productive.
Stars: ✭ 234 (+96.64%)
Mutual labels:  react-router, ant-design
React Movies App
🎥 React movie app finder || experimenting with ant-design
Stars: ✭ 58 (-51.26%)
Mutual labels:  react-router, ant-design
GOSH-FHIRworks2020-React-Dashboard
🩺 Fully Responsive FHIR Dashboard written using @reactjs for NHS and GOSH hackathon
Stars: ✭ 21 (-82.35%)
Mutual labels:  react-router, ant-design
Ant Design Blazor
🌈A set of enterprise-class UI components based on Ant Design and Blazor WebAssembly.
Stars: ✭ 3,890 (+3168.91%)
Mutual labels:  webassembly, ant-design
React Admin
基于 Ant Design React 的管理系统架构
Stars: ✭ 376 (+215.97%)
Mutual labels:  react-router, ant-design
React Redux Antdesign Webpack Starter
react + redux + ant design + react-router 4 + webpack 4 starter
Stars: ✭ 44 (-63.03%)
Mutual labels:  react-router, ant-design
React Music Webapp
一款基于React构建的音乐播放器 A music webapp build with react and antd-mobile
Stars: ✭ 465 (+290.76%)
Mutual labels:  react-router, ant-design
Spring Security React Ant Design Polls App
Full Stack Polls App built using Spring Boot, Spring Security, JWT, React, and Ant Design
Stars: ✭ 1,336 (+1022.69%)
Mutual labels:  react-router, ant-design
React Antd Admin
用React和Ant Design搭建的一个通用管理后台
Stars: ✭ 1,313 (+1003.36%)
Mutual labels:  react-router, ant-design
Dva Boot Admin
🍰 react admin dashboard ui LANIF-ADMIN --- react 16 + react-router 4 + dva 2 + antd 4 后台管理 脚手架
Stars: ✭ 1,553 (+1205.04%)
Mutual labels:  react-router, ant-design
Shimmer
Image transformation in wasm using Go
Stars: ✭ 110 (-7.56%)
Mutual labels:  webassembly
React Redux Starter
A basic template that consists of the essential elements that are required to start building a Single Page Application using React, React Router, Redux, Bootstrap 4, Sass, and Webpack
Stars: ✭ 116 (-2.52%)
Mutual labels:  react-router
React Koa Login
koa2 + react + react-router(4.0) + redux + webpack + antd
Stars: ✭ 109 (-8.4%)
Mutual labels:  react-router
Runbox7
Runbox 7 web app
Stars: ✭ 107 (-10.08%)
Mutual labels:  webassembly
As Bind
Isomorphic library to handle passing high-level data structures between AssemblyScript and JavaScript 🤝🚀
Stars: ✭ 117 (-1.68%)
Mutual labels:  webassembly
Go Postgres Jwt React Starter
A go, gin, and postgres API with jwt auth, complete with a react frontend
Stars: ✭ 115 (-3.36%)
Mutual labels:  react-router
Road Beyond React App
🌈 The Road beyond React - Thing you can use after learning plain React.js
Stars: ✭ 108 (-9.24%)
Mutual labels:  react-router

EOS-Dapp


1、三连棋游戏

示例

说明:基于EOS区块链上的小游戏Dapp

  • 使用C++开发智能合约,参考contract文件下的docs里的tic_tac_toe合约手册
  • 前端使用 React + EOS.js
  • 部署在EOS Dawm4.0.0测试网络上

2、发送母亲节祝福

示例

说明:基于EOS区块链上的母亲节祝福Dapp

  • 使用C++开发智能合约,参考contract文件下的docs里的motherday合约手册
  • 前端使用 React + EOS.js
  • 部署在EOS Dawm3.0.0测试网络上

3、任务便签

示例

说明:基于EOS区块链上实现CRUD操作

  • 使用C++开发智能合约,参考contract文件下的docs里的todo合约手册
  • 前端使用 React + EOS.js + Ant-Design +React-Router
  • 部署在EOS Dawm3.0.0测试网络上

使用

本地安装使用
环境:Nodejs、Webpack

  • 下载至本地
  • 进入frontend文件夹,执行npm install 安装依赖
  • 部署合约,参考contract文件下的docs里的合约手册
  • 终端当前目录下npm start启动前端
  • 浏览器localhost:8080端口即可查看

其他

[教程发布]

未完待续,欢迎学习EOS智能合约的朋友加微信:hu350410796

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