Skip to content

plor3r/wolfgame-interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

11e5244 · Feb 3, 2023

History

66 Commits
Dec 29, 2022
Dec 25, 2022
Jan 4, 2023
Feb 3, 2023
Dec 29, 2022
Jan 5, 2023
Feb 3, 2023
Nov 29, 2022
Dec 28, 2022
Nov 29, 2022
Nov 29, 2022
Nov 29, 2022
Nov 29, 2022
Nov 29, 2022
Nov 29, 2022

Repository files navigation

Wolf Game Interface

Wolf Game UI

Aptos testnet: https://test.wolfgameaptos.xyz/ Aptos mainnet: https://wolfgameaptos.xyz/

How to deploy

  1. git clone https://github.com/Plor3r/wolfgame-interface

  2. if test on testnet, edit .env.local:

    NEXT_PUBLIC_APTOS_NODE_URL=https://fullnode.testnet.aptoslabs.com/v1/
    NEXT_PUBLIC_APTOS_FAUCET_URL=https://faucet.testnet.aptoslabs.com/v1/
    NEXT_PUBLIC_APTOS_NETWORK=testnet
  3. yarn

  4. yarn dev for development

  5. yarn build for production