configuring connection to metamask wallet

This commit is contained in:
RcleydsonR
2022-11-09 18:59:02 -03:00
parent 99add99af0
commit 4ce650f0d2
7 changed files with 397 additions and 20 deletions

View File

@@ -17,8 +17,8 @@ import HelloWorld from "./components/HelloWorld.vue";
<HelloWorld msg="You did it!" />
<nav>
<RouterLink to="/">Home</RouterLink>
<RouterLink to="/about">About</RouterLink>
<RouterLink to="/pix">QrCode Pix</RouterLink>
<RouterLink to="/ethers">Ethers</RouterLink>
</nav>
</div>
</header>