Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ Only the address associated with the email account can execute functions for the

* Polymarket Safes: This is a slightly modified Gnosis safe to be used with various Browser wallets(including Metamask, Rainbow, Coinbase Wallet,etc). It is a multisig with only 1 signer, the wallet used to sign into the website.

In practice, use Polymarket Proxy examples when authenticating with an email or Magic account,
and Polymarket Safes examples when connecting a browser wallet such as MetaMask, Rainbow, or
Coinbase Wallet. Both wallet types expose the same market interactions in these examples; they
mainly differ in how transactions are authorized and signed.

### Proxy Wallet Examples

Code examples for interacting with Polymarket Proxy Wallets are available [here](./examples/proxyWallet/README.md)
Expand All @@ -35,4 +40,4 @@ Populate your .env file based on .env.example.
Run examples using ts-node:
```bash
ts-node examples/safeWallet/split.ts
```
```