Open kazu80 opened 3 years ago
Metamask official reference https://docs.metamask.io/guide/ethereum-provider.html#ethereum-request-args
Wallet connection request
ethereum.request({ method: 'eth_requestAccounts' })
非推奨: ethereum.enable()
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/
And, additional information (icons, etc.) is prepared below, so use it. https://github.com/dev-protocol/dev-for-apps
Process on the front side to minimize contract processing
It is prepared in GraphQL below, so use this https://explorer.graphql.devprotocol.xyz/
Process on the front side to minimize contract processing
Staking Price / Total properties of designated Author = Staking amount per property
Give the remainder to the first property
The parameters to be sent are as follows
Use it because you can notify the completion after the block is imported by dev-kit-js
.
You can find out dev-kit-js
from the contract.ts below.
https://github.com/dev-protocol/dev-kit-js/blob/main/lib/contract.ts
Title of DApp
Cheer for you
Description
"Cheer for you" is a DApp that can stake DEV to author
Glossary
How to create
The specifications when Stakes.social was created will be helpful.
Points confused in developing