All Projects → tomw1808 → Truffle_eth_class2

tomw1808 / Truffle_eth_class2

Programming Languages

javascript
184084 projects - #8 most used programming language
solidity
1140 projects

Projects that are alternatives of or similar to Truffle eth class2

Love Ethereum
区块链学习
Stars: ✭ 323 (-2.12%)
Mutual labels:  ethereum, dapp, truffle
Dapp
TypeScript React Redux Ethereum IPFS Starter Kit
Stars: ✭ 33 (-90%)
Mutual labels:  ethereum, dapp, truffle
Eth Crypto
Cryptographic javascript-functions for ethereum and tutorials to use them with web3js and solidity
Stars: ✭ 420 (+27.27%)
Mutual labels:  ethereum, dapp, truffle
Disperse
React/Redux dApp (decentralized app) boilerplate using Ethereum's blockchain
Stars: ✭ 36 (-89.09%)
Mutual labels:  ethereum, dapp, truffle
Web3 Vs Ethers
A basic cheatsheet of Web3.js vs Ethers (along w/ example apps!)
Stars: ✭ 103 (-68.79%)
Mutual labels:  ethereum, dapp, truffle
Angular Truffle Starter Dapp
Angular CLI + Truffle Starter Dapp; write, compile & deploy smart contracts on Ethereum blockchains
Stars: ✭ 174 (-47.27%)
Mutual labels:  ethereum, dapp, truffle
Eth.social
An Ethereum dApp for posting social events.
Stars: ✭ 17 (-94.85%)
Mutual labels:  ethereum, dapp, truffle
Trace
Supply chain transparency platform proof-of-concept based on the Ethereum blockchain ✍️
Stars: ✭ 52 (-84.24%)
Mutual labels:  ethereum, dapp, truffle
Starter Kit
An OpenZeppelin starter kit containing React, OpenZeppelin SDK & OpenZeppelin Contracts.
Stars: ✭ 101 (-69.39%)
Mutual labels:  ethereum, dapp, truffle
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 (-48.18%)
Mutual labels:  ethereum, dapp, truffle
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 (-38.79%)
Mutual labels:  ethereum, dapp, truffle
Embark
Framework for serverless Decentralized Applications using Ethereum, IPFS and other platforms
Stars: ✭ 3,478 (+953.94%)
Mutual labels:  ethereum, dapp
starter-kit-gsn
An OpenZeppelin starter kit focused on GSN.
Stars: ✭ 39 (-88.18%)
Mutual labels:  dapp, truffle
create-truffle-dapp
Create and deploy Truffle projects with no configuration.
Stars: ✭ 17 (-94.85%)
Mutual labels:  dapp, truffle
Squeezer
Squeezer Framework - Build serverless dApps
Stars: ✭ 3,242 (+882.42%)
Mutual labels:  ethereum, dapp
truffle-react-redux
Template for your next dapp with React and Redux
Stars: ✭ 20 (-93.94%)
Mutual labels:  dapp, truffle
React-Ethereum-Movie-Rating-Dapp
React-Ethereum Decentralized App Starter
Stars: ✭ 16 (-95.15%)
Mutual labels:  dapp, truffle
peerai-api
Peerism's Peer.ai API built with Truffle, Node.js, Express.js, Solidity, and Ethereum TestRPC
Stars: ✭ 18 (-94.55%)
Mutual labels:  dapp, truffle
contracts
Alice smart contracts
Stars: ✭ 57 (-82.73%)
Mutual labels:  dapp, truffle
the-great-venus
🗿 The Great Venus (2018) - Turn-based web RPG based on Ethereum platform
Stars: ✭ 19 (-94.24%)
Mutual labels:  dapp, truffle

Course Materials for DApp Development with Solidity

This is the official Repository for all the Code you write during our course.

The course can be found here for limited time for $15: https://www.udemy.com/blockchain-developer/?couponCode=REPO15

Scope

The scope of the Code is to show what you can achieve in Solidity, Ethereum, Web3, Truffle, Ethereum Studio, etc. In Particular:

  • demonstrate how to work with the Ethereum Blockchain
  • Web3
  • Listen and react to specific events
  • Write Test Cases
  • Deploy the DApp
  • Work with Remix
  • Work with MetaMask
  • Work with Truffle and WebPack

Install Instructions

Geth

Download geth for your platform from https://geth.ethereum.org/downloads/

Geth Mac-OS:

Copy the "geth" file within the download zip into the following folder:

"/usr/local/bin"

Truffle

Install NodeJS first: https://nodejs.org/en/

Then in the Terminal/PowerShell install Truffle:

npm install -g truffle

Known Issues

Fatal: Error starting protocol stack: listen udp :30303: bind: address already in use

When this pops up using Mist on Mac while opening your private network, then you have to specify the exact path to the ipc file. The exact path is printed when geth is started in the command line!

For GETH:

geth attach ipc:/path/to/the/file/geth.ipc

For MIST:

/Applications/Mist.app/Contents/MacOS/Mist --rpc <path to chaindata>/geth.ipc

Contact

If you run into any problems, don't hesitate to contact us on the course-forum at any time. If you use the forum-search function, there is a high chance that you find the answer to your problem already.

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