This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Vue from 'vue' | |
import { ethers } from 'ethers' | |
import MetaMaskOnboarding from '@metamask/onboarding' | |
export default async ({env}, inject) => { | |
const wallet = Vue.observable({ | |
account: null, | |
accountCompact: null, | |
network: null, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
head: { | |
title: 'Zero Code NFT Wizard', | |
meta: [ | |
{ charset: 'utf-8' }, | |
{ name: 'viewport', content: 'width=device-width, initial-scale=1' }, // mobile responsive https://search.google.com/test/mobile-friendly | |
{ name: 'format-detection', content: 'telephone=no' }, | |
{ | |
hid: 'description', | |
name: 'description', | |
content: 'Drop your NFT collection with ZERO coding skills', |
OlderNewer