faces-of-eth / dope-monorepo

Home Page:dope-monorepo.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dope-monorepo

DOPE DAO contains the web app for https://dopewars.gg and Solidity contracts for generating Hustlers based on DOPE NFT tokens and items.

Testing

This is using the Kovan test network by default You can claim Loot tokens for that network using this contract

  • Switch MetaMask to the Kovan Test Network
  • Ensure you have tokens in your wallet by using the Paradigm faucet
  • Claim tokens using the contract address above.

Packages

api

The API is written in Go and hosted on Google Cloud Platform. More information about the API can be found in that directory's README.

contracts

The contracts is the suite of Solidity contracts.

web

The web is the frontend for interacting with the web app.

Quickstart

Install dependencies

yarn

Run webserver for development

yarn web:dev

Build all javascript packages

yarn build

Run Linter

yarn lint

Run Prettier

yarn format

About

dope-monorepo.vercel.app

License:GNU General Public License v3.0


Languages

Language:TypeScript 34.0%Language:Solidity 28.6%Language:Go 19.2%Language:JavaScript 16.1%Language:Python 1.1%Language:Shell 0.9%Language:Makefile 0.1%Language:Handlebars 0.1%Language:CSS 0.0%Language:Dockerfile 0.0%Language:Nix 0.0%