Multi-chain NFT & token management platform (Angular CLI project) — portfolio/demo project
ChainPortal is a full-stack Web3 project built with Angular and Node.js, showcasing multi-chain NFT and token management.
This project was created as a portfolio and learning exercise to explore:
- Ethereum & Solana integration
- NFT minting workflows
- Token management
- Wallet integration
- Frontend/UX design for Web3 applications
- Connect multiple wallets (Metamask, Phantom, etc.)
- Mint NFTs and tokens on Ethereum & Solana testnets
- Responsive and intuitive Angular frontend
# Clone the repo
git clone https://github.com/davidkakov111/ChainPortalCli.git
# Navigate to project
cd ./ChainPortalCli/
# Install dependencies
npm install
# Serve the Angular app
ng serve