Browse Source

change image size

0xproflupin 2 years ago
parent
commit
abba97d4d9
1 changed files with 4 additions and 4 deletions
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -6,15 +6,15 @@ Sign In With Solana (SIWS) is a new feature that lets dapps authenticate their u
 
 Phantom is pioneering support for SIWS alongside the Solana Wallet Standard. The [technical specification](https://github.com/solana-labs/wallet-standard/blob/alpha/packages/core/features/src/signIn.ts) for SIWS is modeled after [EIP-4361](https://eips.ethereum.org/EIPS/eip-4361) (Sign In With Ethereum) but extends beyond it’s capabilities. SIWS shifts the responsibility of message construction from dapps to the wallet, resulting in consistent, user-friendly interfaces and enhanced end-user security.
 
-![intro1](./assets/intro1.png)
+<img src="./assets/intro1.png" alt="drawing" width="200"/>
 
-![intro2](./assets/intro2.png)
+<img src="./assets/intro2.png" alt="drawing" width="200"/>
 
 With SIWS, wallets can scrutinize message data to ensure its legitimacy or raise red flags for suspicious activity. Domain binding is a key feature of SIWS, enabling wallets to alert users if a website is impersonating another entity
 
-![intro3](./assets/intro3.png)
+<img src="./assets/intro3.png" alt="drawing" width="200"/>
 
-![intro4](./assets/intro4.png)
+<img src="./assets/intro4.png" alt="drawing" width="200"/>
 
 # Specification