Kazuyoshi Kawakami

Results 10 comments of 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 πŸŽ‰πŸŽ‰ ![γ‚Ήγ‚―γƒͺγƒΌγƒ³γ‚·γƒ§γƒƒγƒˆ (643)](https://user-images.githubusercontent.com/4590559/111720587-8b1d5680-88a1-11eb-8479-85129b0e4342.png)

### 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...