All Projects → kleros → dapper

kleros / dapper

Licence: MIT license
A boilerplate for Ethereum dapps.

Programming Languages

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

Projects that are alternatives of or similar to dapper

foundry
Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
Stars: ✭ 4,623 (+23015%)
Mutual labels:  dapp
ethereum-learn
learn about ethereum
Stars: ✭ 15 (-25%)
Mutual labels:  dapp
nft-collection-scaffold
Production-ready code for an NFT Collection sale and minting on Ethereum, Polygon, Arbitrum or Binance Smart Chain
Stars: ✭ 53 (+165%)
Mutual labels:  dapp
truffle-react-redux
Template for your next dapp with React and Redux
Stars: ✭ 20 (+0%)
Mutual labels:  dapp
React-Ethereum-Movie-Rating-Dapp
React-Ethereum Decentralized App Starter
Stars: ✭ 16 (-20%)
Mutual labels:  dapp
demo-ipfs-todo
Simple ToDo app using window.ipfs
Stars: ✭ 16 (-20%)
Mutual labels:  dapp
alchemy
An app for collaborative networks (DAOs), based on the DAO stack.
Stars: ✭ 137 (+585%)
Mutual labels:  dapp
ipfs-chat
Real-time P2P messenger using go-ipfs pubsub. TUI. End-to-end encrypted texting & file-sharing. NAT traversal.
Stars: ✭ 84 (+320%)
Mutual labels:  dapp
subsocial-node
NOTE: Development continues in https://github.com/dappforce/subsocial-parachain repo. Subsocial full node with Substrate/Polkadot pallets for decentralized communities: blogs, posts, comments, likes, reputation.
Stars: ✭ 73 (+265%)
Mutual labels:  dapp
platform
L2 solution for seriously fast decentralized applications for the Dash network
Stars: ✭ 24 (+20%)
Mutual labels:  dapp
tiddlywiki-ipfs
IPFS with TiddlyWiki
Stars: ✭ 50 (+150%)
Mutual labels:  dapp
openzeppelin-network.js
An easy to use and reliable library that provides one line access to Web3 API.
Stars: ✭ 45 (+125%)
Mutual labels:  dapp
go-compound
Golang client for compound.finace api and smart contracts
Stars: ✭ 23 (+15%)
Mutual labels:  dapp
feathers-giveth
Featherjs server for caching giveth data.
Stars: ✭ 85 (+325%)
Mutual labels:  dapp
cyberevents
The protocol for EVENTs and TICKETs
Stars: ✭ 16 (-20%)
Mutual labels:  dapp
bloqly
Bloqly: JavaScript Smart Contracts Engine + SQL database
Stars: ✭ 29 (+45%)
Mutual labels:  dapp
ethereum-dapp-ipfs-node.js-mongodb
以太坊开发DApp实战教程——用区块链、星际文件系统(IPFS)、Node.js和MongoDB来构建电商平台
Stars: ✭ 46 (+130%)
Mutual labels:  dapp
peerai-api
Peerism's Peer.ai API built with Truffle, Node.js, Express.js, Solidity, and Ethereum TestRPC
Stars: ✭ 18 (-10%)
Mutual labels:  dapp
Motoro
Smart contracts for decentralized rentals of vehicles.
Stars: ✭ 96 (+380%)
Mutual labels:  dapp
Crypto-Wallet
Open source SHA-512 loginless bitcoin wallet
Stars: ✭ 24 (+20%)
Mutual labels:  dapp

dapper

JavaScript Style Guide Build Status Dependencies Dev Dependencies Tested with Jest Coverage Status Conventional Commits Commitizen Friendly Styled with Prettier

A boilerplate for Ethereum dapps.

Get Started

  1. Clone this repo.
  2. Install and set up the MetaMask chrome extension.
  3. Configure MetaMask on the Kovan Test Network.
  4. Run yarn to install dependencies and then yarn start to start the dev server.

Other Scripts

  • yarn run prettify - Apply prettier to the entire project.
  • yarn run lint:scss - Lint the entire project's .scss files.
  • yarn run lint:js - Lint the entire project's .js files.
  • yarn run lint:scss --fix - Fix fixable linting errors in .scss files.
  • yarn run lint:js --fix - Fix fixable linting errors in .js files.
  • yarn run lint - Lint the entire project's .scss and .js files.
  • yarn test - Run the jest test suites + storyshots.
  • yarn run storybook - Start the storybook.
  • yarn run cz - Run commitizen.
  • yarn run build - Create a production build.
  • yarn run build:analyze - Analyze the production build using source-map-explorer.

Testing

Storybook Storyshots for components and jest integration tests for containers.

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