import { Web3Connection } from '@taikai/dappkit';
const web3Connection = new Web3Connection({
await web3Connection.start();
await web3Connection.connect(); // if a privateKey was provided, can be ignored
console.log("User address", await web3Connection.getAddress());