chainInfo from server, routes, wallet rework

This commit is contained in:
Tim Olson
2023-10-04 03:40:47 -04:00
parent e7a9600c54
commit 7239987867
26 changed files with 603 additions and 297 deletions

View File

@@ -24,7 +24,6 @@
<script setup>
import {useStore} from "@/store/store.js";
import wallet from "@/blockchain/wallet.js";
const s = useStore()