Kazuyoshi Kawakami
Kazuyoshi Kawakami
I tried use it on Nuxt3 (Vue3) Unfortunately it didn't work π’
I couldn't use SwitchLocalePath too. How to do switch locale ? Could you tell us example on Nuxt3 please
I wrote below code instead SwitchLocalePath ``` import {useI18n} from "vue-i18n" const i18n = useI18n() const changeLocale = (locale: string) => { i18n.locale.value = locale } English ζ₯ζ¬θͺ ```
Thank you for participating in AMA πββοΈπββοΈβ¨ See you next time ππ 
### Connect with the user's Metamask Metamask official reference https://docs.metamask.io/guide/ethereum-provider.html#ethereum-request-args Wallet connection request ``` ethereum.request({ method: 'eth_requestAccounts' }) ιζ¨ε₯¨: ethereum.enable() ``` ### STEP 1. We need to create a function...
### Get a list of authors from GraphQL Devprotocol does not provide an interface to get a list of authors. It is prepared in GraphQL below, so use this https://explorer.graphql.devprotocol.xyz/...
### Get a list of author properties Process on the front side to minimize contract processing It is prepared in GraphQL below, so use this https://explorer.graphql.devprotocol.xyz/
### Calculate the staking amount per property Process on the front side to minimize contract processing ``` Staking Price / Total properties of designated Author = Staking amount per property...
### Send to smart contract The parameters to be sent are as follows 1. User's address 2. Array of "address of property to be given and staking amount of it"
### Tell the front side the completion Use it because you can notify the completion after the block is imported by `dev-kit-js`. * Regardless of contract You can find out...