All Projects → CryptoAgainstHumanity → crypto-against-humanity

CryptoAgainstHumanity / crypto-against-humanity

Licence: MIT license
Crypto Against Humanity - The never ending global game of shame.

Programming Languages

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

Projects that are alternatives of or similar to crypto-against-humanity

Unstoppable Wallet Android
A secure and decentralized Bitcoin and other cryptocurrency wallet for Android phones. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 165 (+617.39%)
Mutual labels:  dapp, ethereum-dapp, decentralized-applications
Angular Truffle Starter Dapp
Angular CLI + Truffle Starter Dapp; write, compile & deploy smart contracts on Ethereum blockchains
Stars: ✭ 174 (+656.52%)
Mutual labels:  dapp, ethereum-dapp, decentralized-applications
Swarmdb
Wolk SWARMDB - Decentralized Database Services for Web3
Stars: ✭ 34 (+47.83%)
Mutual labels:  dapp, ethereum-dapp, decentralized-applications
Disperse
React/Redux dApp (decentralized app) boilerplate using Ethereum's blockchain
Stars: ✭ 36 (+56.52%)
Mutual labels:  dapp, ethereum-dapp
Asch
Asch is an efficient, flexible, safe and decentralized application platform, which was initially designed to lower the barrier to entry for developers.The services provided by the Asch platform include a public chain and a set of application SDKs.
Stars: ✭ 484 (+2004.35%)
Mutual labels:  dapp, decentralized-applications
Eosocial
Deprecated - 📝 Sample dApp of Votable SNS run by EOS Testnet.
Stars: ✭ 14 (-39.13%)
Mutual labels:  dapp, decentralized-applications
poa-dapps-voting
POA Network Governance Dapp
Stars: ✭ 24 (+4.35%)
Mutual labels:  dapp, ethereum-dapp
Awesome Dapps
A curated list of awesome decentralized applications / resources
Stars: ✭ 130 (+465.22%)
Mutual labels:  dapp, decentralized-applications
Trust Wallet Ios
📱 Trust - Ethereum Wallet and Web3 DApp Browser for iOS
Stars: ✭ 1,228 (+5239.13%)
Mutual labels:  dapp, ethereum-dapp
Carmel
The Open Digital Innovation Marketplace
Stars: ✭ 136 (+491.3%)
Mutual labels:  dapp, decentralized-applications
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 (+643.48%)
Mutual labels:  dapp, ethereum-dapp
Unstoppable Wallet Ios
A secure and decentralized Bitcoin and other cryptocurrency wallet for iPhone. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 180 (+682.61%)
Mutual labels:  dapp, decentralized-applications
Augur
Augur - Prediction Market Protocol and Client
Stars: ✭ 294 (+1178.26%)
Mutual labels:  dapp, ethereum-dapp
Giveth Dapp
Giveth Dapp for crowdfunding and managing donations on the ethereum blockchain.
Stars: ✭ 269 (+1069.57%)
Mutual labels:  dapp, ethereum-dapp
hero-node
Hero Node is a cross-public-blockchain and cross-platform DApp development platform and solutions.
Stars: ✭ 67 (+191.3%)
Mutual labels:  dapp, decentralized-applications
Ipfs Social Proof
IPFS Social Proof: A decentralized identity and social proof system
Stars: ✭ 96 (+317.39%)
Mutual labels:  dapp, decentralized-applications
open-api
api.openfuture.io
Stars: ✭ 41 (+78.26%)
Mutual labels:  dapp, ethereum-dapp
HealthCare-Insurance-Ethereum
Medical insurance claiming DApp which uses a Multi-Sig type approach to grant claim (ConsenSys project)
Stars: ✭ 65 (+182.61%)
Mutual labels:  dapp, ethereum-dapp
Client
The nOS Client
Stars: ✭ 202 (+778.26%)
Mutual labels:  dapp, decentralized-applications
Golden Wallet React Native
Golden - Best Wallet Ever
Stars: ✭ 201 (+773.91%)
Mutual labels:  dapp, ethereum-dapp

Crypto Against Humanity

What is Crypto Against Humanity?

Crypto Against Humanity is a never ending game of Cards Against Humanity, where all participants compete to find the best matches. Crypto-economic primitives incentivize and reward card creation and curation. Users submit black cards to a Token Curated Registry and create white cards that each have an associated bonding curve market. Players participate by buying into the white cards that match best with the black card in the current round. One black card is chosen at random for the round every 12 hours. Players can make money by selling a white card they bought into early, or by creating black cards that the community deems valuable!

How Can I Play?

We are still building Crypto Against Humanity, but you can test it out at CryptoAgainstHumanity.io! We are currently running it on the Ropsten test network, but plan to launch on mainnet as soon as possible!

How Can I Deploy this Locally?

If you want to deploy and test locall you can do it in one of two ways, the normal way with caching, or the 'stale' way without.

To deploy with a stale version of our site locally, all you need to do is:

  1. Clone this repo.
  2. Run 'npm i' to install necessary packages
  3. Run 'npm start'

Simple as that. To deploy with Caching, for the true interactive expirence, there are a few more steps.

  1. Be sure to have a infura keys available, you can get them from here
  2. Clone this repo.
  3. Run 'npm i' to install necessary packages
  4. Run 'npm install forever -g' to install forever
  5. CD into the 'caching' directory
  6. Edit 'infuraKey.json' with your ROPSTEN infura key.
  7. Edit 'ipfsKey.json' and think up any key -- you'll need this later.
  8. Run 'node initializeCache.js' This will initialize your cache.
  9. Once this script has completed, run 'forever start refreshCache.js'
  10. Run 'REACT_APP_IPFS_KEY="YOUR-IPFS-KEY" npm start' where 'YOUR-IPFS-KEY' is the key you entered into the json file earlier.
  11. If you wish to stop your cache, run 'forever stopall'
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].