This is a simple code example to display about connected Cardano wallet details.
Installing the package
yarn install
or
npm install
Run the project in development mode
yarn dev
or
npm run dev
Build the project
yarn build
or
npm run build
Run the project in production mode
yarn start
or
npm run start