Skip to content

codingnuclei/web3-space-learn

Repository files navigation

Web3 Space Learning

This project was generated using Nx.

It is a monorepo enabling the learning of the web3 space.

All projects are prototypes which are nowhere near production ready!!

Prerequisites

  • Have correct .env file in app folder - e.g apps/chain-chat/env.example

Local dev

running fork will compile and deploy automatically

  • npm run fork
  • update .env
  • npm run config:local -- --environment=dev
  • npm run start

Local contract deployment

  • npm run deploy:local
  • update .env

Generating config

For security reasons the config is generated from .env files at build time. Using the npm config scripts will generate the correct environment.ts files required by the application. For different networks use different .env files.

Local dev serving

  • npm run config:local -- --environment=dev
  • npm run build

Local prod Build

  • npm run config:local -- --environment=prod
  • npm run build -- --configuration=production

About

a space to learn web3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published