How to run Truffle tests in Gitlab CI
Test your smart contracts using a test network in a Gitlab pipeline
Jan 8, 20224 min read365

Search for a command to run...
Articles tagged with #blockchain
Test your smart contracts using a test network in a Gitlab pipeline

In my previous tutorial, I explained how you can allow users to connect to your web3 dApp with their Ethereum address using Metamask. Now, let's take a little step further! You might have heard of Ethereum Name Service (ENS). That's all the .eth doma...

Create or turn a Nuxt.js app into a web 3.0 dApp by allowing connections with an Ethereum address
