All Projects → CoinCircle → Eth.social

CoinCircle / Eth.social

Licence: mit
An Ethereum dApp for posting social events.

Programming Languages

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

Projects that are alternatives of or similar to Eth.social

Eth Crypto
Cryptographic javascript-functions for ethereum and tutorials to use them with web3js and solidity
Stars: ✭ 420 (+2370.59%)
Mutual labels:  ethereum, smart-contracts, dapp, web3, truffle
Trace
Supply chain transparency platform proof-of-concept based on the Ethereum blockchain ✍️
Stars: ✭ 52 (+205.88%)
Mutual labels:  ethereum, dapp, web3, truffle
Love Ethereum
区块链学习
Stars: ✭ 323 (+1800%)
Mutual labels:  ethereum, smart-contracts, dapp, truffle
Solidity Idiosyncrasies
Solidity gotchas, pitfalls, limitations, and idiosyncrasies.
Stars: ✭ 267 (+1470.59%)
Mutual labels:  ethereum, smart-contracts, web3, truffle
Web3 Vs Ethers
A basic cheatsheet of Web3.js vs Ethers (along w/ example apps!)
Stars: ✭ 103 (+505.88%)
Mutual labels:  ethereum, dapp, web3, truffle
starter-kit-gsn
An OpenZeppelin starter kit focused on GSN.
Stars: ✭ 39 (+129.41%)
Mutual labels:  dapp, smart-contracts, truffle, web3
Starter Kit
An OpenZeppelin starter kit containing React, OpenZeppelin SDK & OpenZeppelin Contracts.
Stars: ✭ 101 (+494.12%)
Mutual labels:  ethereum, dapp, web3, 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 (+1088.24%)
Mutual labels:  ethereum, smart-contracts, 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 (+905.88%)
Mutual labels:  ethereum, dapp, web3, truffle
Web3swift
Elegant Web3js functionality in Swift. Native ABI parsing and smart contract interactions.
Stars: ✭ 237 (+1294.12%)
Mutual labels:  ethereum, smart-contracts, dapp, web3
React Ethereum Dapp Example
A starter boilerplate for an Ethereum dapp using web3.js v1.0, truffle, react, and parity
Stars: ✭ 384 (+2158.82%)
Mutual labels:  ethereum, smart-contracts, web3, truffle
0xdeca10b
Sharing Updatable Models (SUM) on Blockchain
Stars: ✭ 285 (+1576.47%)
Mutual labels:  ethereum, smart-contracts, truffle
Web3.swift
A pure swift Ethereum Web3 library
Stars: ✭ 295 (+1635.29%)
Mutual labels:  ethereum, smart-contracts, web3
Alpha
Follow the white rabbit 🐇
Stars: ✭ 304 (+1688.24%)
Mutual labels:  ethereum, smart-contracts, web3
Celo Monorepo
Official repository for core projects comprising the Celo platform
Stars: ✭ 269 (+1482.35%)
Mutual labels:  ethereum, smart-contracts, dapp
Embark
Framework for serverless Decentralized Applications using Ethereum, IPFS and other platforms
Stars: ✭ 3,478 (+20358.82%)
Mutual labels:  ethereum, smart-contracts, dapp
Typechain
🔌 TypeScript bindings for Ethereum smart contracts
Stars: ✭ 769 (+4423.53%)
Mutual labels:  ethereum, web3, truffle
Ethereum Php
PHP interface to Ethereum JSON-RPC API. Fully typed Web3 for PHP 7.X
Stars: ✭ 343 (+1917.65%)
Mutual labels:  ethereum, smart-contracts, web3
Solhint
Solhint is an open source project created by https://protofire.io. Its goal is to provide a linting utility for Solidity code.
Stars: ✭ 363 (+2035.29%)
Mutual labels:  ethereum, smart-contracts, dapp
Truffle eth class2
Stars: ✭ 330 (+1841.18%)
Mutual labels:  ethereum, dapp, truffle

eth.social

An Ethereum dApp for posting social events and meetups.

On Rinkeby testnet.

Demo

https://eth.social

Architecture

Development

Start testrpc client

npm run testrpc

Watch and compile client

cd client/

npm run watch

Run client server

cd client/

npm run browser

Run server

cd server/

npm start

Deployment

Compile smart contracts

truffle compile

Deploy smart contracts

truffle migrate --reset --network=development

Deploy client to IPFS

cd client/
npm run ipfs-deploy

Test

Test smart contracts

truffle test

License

MIT

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