Conversation
|
This PR is not meant to be merged but should be viewed as a meta PR for future work. |
docs/build/frontend.mdx
Outdated
|
|
||
| # Frontend | ||
|
|
||
| TODO: explain how to interact with a smart contract using a frontend through massa-web3 library. |
There was a problem hiding this comment.
I think we should focus on wallet-provider instead.
There was a problem hiding this comment.
One thing that is still not clear for me is how wallet-provider will be used. Will people be only using wallet-provider in the front end and it will call wallets that are using massa-web3 (or something else) to implement SC calls etc... ?
There was a problem hiding this comment.
People can:
- use the wallet provider for classic operations (covered by the wallet standard)
- use massa-web3 initialized with a wallet-provider for more advanced operations (all operations doable by massa-web3)
This way, a Dapp only needs to focus on wallet provider implementation and a new wallet only needs to focus on the content script part of the wallet provider.
docs/build/wallets.mdx
Outdated
|
|
||
| This page should document the available wallets made by Massa Labs or the commmunity. | ||
|
|
||
| - Bearby |
There was a problem hiding this comment.
even if it's incompatible with wallet-provider and therefor unusable for a dapp?
There was a problem hiding this comment.
It's always possible. Just more work to support more wallet...
| }, | ||
| { | ||
| type: "html", | ||
| value: "<span class='menu__link'><b><small> Developer Tools </small></b></span>" |
There was a problem hiding this comment.
should also add ercXXX standard (and maybe others)
There was a problem hiding this comment.
I made a proposal. Let me know!
| @@ -0,0 +1,8 @@ | |||
| --- | |||
| id: massa-station | |||
| title: Massa Station | |||
There was a problem hiding this comment.
Not sure to understand why Massa Station is in the wallet part.
The way it is built (however we may want to present and market it differently & i don't mind at all) is that:
Massa Station is a plugin manager Device-app and one of its plug-in: Massa Wallet is a wallet.
There was a problem hiding this comment.
This structure is more to be understood a as general guideline, but the specific titles can change, I don't have a strong opinion about them. In this specific case I think it's important to mention the wallet develop with Massa Station under the wallet section.
|
I've closed since most of the structure has been implemented and it starts not being relevant anymore. |
No description provided.