Skip to content

draos2q/caw-front

 
 

Repository files navigation

🌙 CAW Frontend



About CAW - A Hunters Dream

📦 Environments

Name Link
Mainnet Not yet
Alpha Test UI https://teh-eyes.vercel.app/

Getting Started

Create an .env file (be aware that this file is not tracked by git) and add the following:

ALCHEMY_API_KEY=SOME-STRING-OF-CHARS
INFURA_API_KEY=SOME-STRING-OF-CHARS
JSON_RPC_URL="https://rpc.builder0x69.io"
NETWORK="goerli"

INFURA_API_KEY : Make sure to create a WEB3 API (Formely Ethereum) project on Infura and add the API key here.

then run the following commands:

yarn install

# Development
yarn dev

# Production
yarn build
yarn start

and visit http://localhost:8082

Contributing

Would you like to contribute to this project?

This project is open source and welcomes contributions. We focus layer on the CAW Manifesto. We are in the early stages of a Social Clearing house; read more about it here.

We are looking for people who want to contribute to the project, not just the code. Join us on Telegram

Regarding the code, we invite you to read this project's CONTRIBUTING guidelines.

Recommended extensions

Built with

Next Steps

  • Add more documentation
  • Add other guidelines