-
-
CORS issues when using `fetch()` in Snaps are non-obvious. We should document that they happen and how to debug them.
**AC**
Documentation has been updated.
-
Hey Sotatek folks, great to see a Metamask snap for Mina being developed. This could be huge for the ecosystem!
I see that this patches the mina-signer package (which I am a maintainer of) by repla…
-
# Miden Client
Users use Miden Clients to interact in the network. The backend of any wallet that is used in Miden will be a Miden Client. Miden Clients consist of several components.
* Transactio…
-
Update in the following packages:
- [ ] "@metamask/controllers/@ethereumjs/common"
- [ ] "@metamask/smart-transactions-controller/@metamask/controllers/@ethereumjs/common"
- [ ] "@ethereumjs…
-
Snaps should be able to talk to each other. An example use-case would be a signer snap exposing it's signing RPC methods to other snaps.
We need to consider how we expose this functionality to snap…
-
AC:
1. Connect with dapp, get address with dapp, give to snap and have the snap do a signature
2. Use signature to authenticate user and get an authenticated API key, store in manage state, use that …
-
### Meeting Info
- Jul 11, 2023, 10:00 UTC+8
- Duration: 60 minutes
- [Meeting link](https://meeting.tencent.com/dm/FRRsj0a6FZ26)
- Anyone can comment on the agenda where they would like this to b…
-
It seems that in some certain conditions (while using webpack + babel) there is a problem with serialization of `NamedArgs` - so most likely this is some issue related to TypedJSON library.
-
Function we are calling:
```
async function connect() {
await ethereum.request({
method: 'wallet_requestSnaps',
params: {
[snapId]: {},
},
});…