📈 Robinhood Clone using Nextjs and Moralis
yarn install
yarn dev
- Moralis
- rapidapi.com
- Sanity.io
-https://generate-secret.vercel.app/32 (openssl rand -hex 32)
├── README.md
├── assets/
├── components/
├── lib/
│ ├──
├── package.json
├── pages/
│ ├── _app.js
│ ├── _document.js
│ ├── api
│ │ └── login.js
│ ├── index.js
│ ├── login.js
│ └── profile.js
├── public
│ └── (images)
├── smart_contract/
├── studio/
└── styles/