All Projects → PhyrexTsai → react-truffle-metamask

PhyrexTsai / react-truffle-metamask

Licence: MIT license
Build an DApp using react, redux, saga, truffle, metamask

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to react-truffle-metamask

React Ethereum Dapp Example
A starter boilerplate for an Ethereum dapp using web3.js v1.0, truffle, react, and parity
Stars: ✭ 384 (+1436%)
Mutual labels:  smart-contracts, truffle, web3js
starter-kit-gsn
An OpenZeppelin starter kit focused on GSN.
Stars: ✭ 39 (+56%)
Mutual labels:  smart-contracts, truffle, metamask
nifty-game
🃏🎮A NFT(ERC721) card game build on Ethereum, Truffle, Ganache and hosting on IPFS.
Stars: ✭ 222 (+788%)
Mutual labels:  smart-contracts, truffle, saga
Eth Crypto
Cryptographic javascript-functions for ethereum and tutorials to use them with web3js and solidity
Stars: ✭ 420 (+1580%)
Mutual labels:  smart-contracts, truffle, web3js
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 (+708%)
Mutual labels:  smart-contracts, truffle, web3js
Ethereumbook
Mastering Ethereum, by Andreas M. Antonopoulos, Gavin Wood
Stars: ✭ 11,663 (+46552%)
Mutual labels:  smart-contracts, web3js
Web3studio Bootleg
The Shared Royalty Non-Fungible Token (a.k.a Bootleg) is an open source project started by the ConsenSys Web3Studio team. The purpose of the Shared Royalty Non-Fungible Token (SRNFT) is to make any royalty business model, from the oil and gas industry to entertainment, easy to manage with the Ethereum blockchain .
Stars: ✭ 65 (+160%)
Mutual labels:  smart-contracts, web3js
Rico
The Responsible Initial Coin Offering Framework
Stars: ✭ 83 (+232%)
Mutual labels:  smart-contracts, truffle
Blockchainbooks.github.io
Blockchain Books
Stars: ✭ 139 (+456%)
Mutual labels:  smart-contracts, web3js
Contracts
A set of reusable smart-contracts
Stars: ✭ 101 (+304%)
Mutual labels:  smart-contracts, truffle
Sablier
The protocol for real-time finance on the Ethereum blockchain
Stars: ✭ 147 (+488%)
Mutual labels:  smart-contracts, truffle
Solidity Smart Contracts
smart contracts which are built on ethereum wallet mist,truffle compiler using solidity language.
Stars: ✭ 11 (-56%)
Mutual labels:  smart-contracts, truffle
Eth.social
An Ethereum dApp for posting social events.
Stars: ✭ 17 (-32%)
Mutual labels:  smart-contracts, truffle
Supply Chain
Supply chain management on blockchain using Angular 4 + Truffle + IPFS + Ethereum
Stars: ✭ 76 (+204%)
Mutual labels:  smart-contracts, truffle
react-native-template
An enterprise react-native template application showcasing - Testing strategy, Global state management, middleware support, a network layer, component library integration, localization, navigation configuration and CI
Stars: ✭ 32 (+28%)
Mutual labels:  redux-saga, saga
Truffle
A tool for developing smart contracts. Crafted with the finest cacaos.
Stars: ✭ 11,909 (+47536%)
Mutual labels:  smart-contracts, truffle
Web3swift
Elegant Web3js functionality in Swift. Native ABI parsing and smart contract interactions.
Stars: ✭ 237 (+848%)
Mutual labels:  smart-contracts, web3js
saga-monitor
Simple, elegant, and configurable redux-saga monitor
Stars: ✭ 37 (+48%)
Mutual labels:  redux-saga, saga
0xdeca10b
Sharing Updatable Models (SUM) on Blockchain
Stars: ✭ 285 (+1040%)
Mutual labels:  smart-contracts, truffle
Love Ethereum
区块链学习
Stars: ✭ 323 (+1192%)
Mutual labels:  smart-contracts, truffle

React-truffle-metamask

This project is design to connect to Ethereum blockchain and interact with MetaMask to send transaction on smart contract.

💡Document

Technical stack

Frontend

  • React
  • Redux
  • Saga
  • Web3(MetaMask)

UI

  • Sass
  • Material-UI

Smart contract/Solidity

Database

Install flow

Clone repo

git clone https://github.com/PhyrexTsai/react-truffle-metamask
cd react-truffle-metamask

Install ganache

npm install -g ganache-cli

Install truffle

npm install -g truffle

Build repo

yarn install
truffle compile

Start repo

Open a new console

ganache-cli
truffle migrate
yarn start

Reference

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