decentraland / decentraland/decentraland-transactions

Add function to get a message signed

Open
#40 0 comments 0 reactions 0 assignees View on GitHub
enhancement help wanted
Dominant language
TypeScript
Stars
6
Forks
13
Avg merge
20h 12m
Merged PRs (30d)
4

Description

Expose a new function to be consumed from other apps to get a message signed:

Here's how the builder is currently doing it, we should transform it to `async/await` and define the parameters to make it generic.

```
const signature: string = yield call([provider, 'request'], {
method: 'eth_signTypedData_v4',
params: [from, msgString],
jsonrpc: '2.0'
})
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.