8000 GitHub - ken-viper/dope-monorepo
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ken-viper/dope-monorepo

 
 

Repository files navigation

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 82D2 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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 33.9%
  • Solidity 28.6%
  • Go 19.2%
  • JavaScript 16.1%
  • Python 1.1%
  • Shell 0.9%
  • Other 0.2%
0