All Projects → nodesmith → eth-plot

nodesmith / eth-plot

Licence: MIT license
r/place inspired Dapp

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to eth-plot

Dapp
TypeScript React Redux Ethereum IPFS Starter Kit
Stars: ✭ 33 (-8.33%)
Mutual labels:  dapp, ipfs, truffle
nifty-game
🃏🎮A NFT(ERC721) card game build on Ethereum, Truffle, Ganache and hosting on IPFS.
Stars: ✭ 222 (+516.67%)
Mutual labels:  dapp, ipfs, truffle
Web3 Vs Ethers
A basic cheatsheet of Web3.js vs Ethers (along w/ example apps!)
Stars: ✭ 103 (+186.11%)
Mutual labels:  dapp, truffle
Awesome Web3
🚀 A curated list of tools, libs and resources to help you build awesome dapps
Stars: ✭ 104 (+188.89%)
Mutual labels:  dapp, ipfs
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 (+375%)
Mutual labels:  dapp, truffle
Element
DID Method implementation using the Sidetree protocol on top of Ethereum and IPFS
Stars: ✭ 80 (+122.22%)
Mutual labels:  dapp, ipfs
Ipfs Social Proof
IPFS Social Proof: A decentralized identity and social proof system
Stars: ✭ 96 (+166.67%)
Mutual labels:  dapp, ipfs
Blockchain
Recently started working on Blockchain technologies. This repo contains material related to Blockchain technologies. My current focus on dAPP development using Hyperledger.
Stars: ✭ 21 (-41.67%)
Mutual labels:  dapp, truffle
Disperse
React/Redux dApp (decentralized app) boilerplate using Ethereum's blockchain
Stars: ✭ 36 (+0%)
Mutual labels:  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 (+461.11%)
Mutual labels:  dapp, truffle
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 (+400%)
Mutual labels:  dapp, ipfs
trystero
🤝 Serverless WebRTC matchmaking for painless P2P — Make any site multiplayer in a few lines — Use BitTorrent, IPFS, or Firebase
Stars: ✭ 512 (+1322.22%)
Mutual labels:  dapp, ipfs
Dfile
[Python + Flask] DFile: A fancy S3-based file sharing mode
Stars: ✭ 79 (+119.44%)
Mutual labels:  dapp, ipfs
The Journal Of Blockchain
区块链自媒体、专注区块链技术学习和实践、IPFS/Filecoin、Bitcoin、Ethereum、EOS、Cosmos、区块链、白皮书、Coinmarketcap、Coindesk、Safe Network、Telegram、Docker、社会治理、经济激励
Stars: ✭ 63 (+75%)
Mutual labels:  dapp, ipfs
Starter Kit
An OpenZeppelin starter kit containing React, OpenZeppelin SDK & OpenZeppelin Contracts.
Stars: ✭ 101 (+180.56%)
Mutual labels:  dapp, truffle
Trace
Supply chain transparency platform proof-of-concept based on the Ethereum blockchain ✍️
Stars: ✭ 52 (+44.44%)
Mutual labels:  dapp, truffle
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 (+358.33%)
Mutual labels:  dapp, ipfs
qd-messages-ts
No ads, no tracking. Just a lightning fast peer-to-peer cross-platform messenger that doesn’t sell you out.
Stars: ✭ 22 (-38.89%)
Mutual labels:  dapp, ipfs
Notes
[DEPRECATED] Textile Notes App
Stars: ✭ 35 (-2.78%)
Mutual labels:  dapp, ipfs
Angular Truffle Starter Dapp
Angular CLI + Truffle Starter Dapp; write, compile & deploy smart contracts on Ethereum blockchains
Stars: ✭ 174 (+383.33%)
Mutual labels:  dapp, truffle

eth plot - ethplot.com

Build Status

To run:

  • npm install
  • npm run build - This will clean the project, compile the contracts, compile the Typescript, lint, run tests, then bundle everything into the dist folder
  • npm start
  • Set up Metamask to run against your preferred network in the browser (if using ganache or truffle develop, configure custom RPC)
  • open http://localhost:3000 in your Browser

To run contract via local testnet (Ganache):

  • In one terminal window: npm run start:ganache
  • In another terminal window: npm run deploy:truffle

Running Unit tests:

  • Get ganache running as directed above
  • Run tsc watch either from a command prompt or from Visual Studio Code
  • Without the debugger from the console, truffle test --network ganache
  • With the debugger in VS Code, F5

To run the admin page:

  • npm run start:admin
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].