How to connect your Next.js app to your Cardano wallet like Nami, Eternl

preview_player
Показать описание
Hello Guys, I am Abhijit, and in this video, I will show you how you can easily add cardano light wallet (e.g. Nami, eternl) connect option in your nextjs app.

✅ Code:

yarn add @martifylabs/mesh @martifylabs/mesh-react

webpack: function (config, options) {
asyncWebAssembly: true,
};
return config;
},

✅ Attachments:

✅ My Social Media Links:

#cardano #nami #eternl #wallet #nextjs #connect
Рекомендации по теме
Комментарии
Автор

Sadly there aren't much content about developing apps that use cardano's blockchain. Infinite content about ETH and other solidity stuff, but almost nothing with cardano

cesiodomeia-ponte
Автор

How can i do this when using Next 13? I get some error that something is not imported right

charlesxavier