瀏覽代碼

change image size

0xproflupin 2 年之前
父節點
當前提交
abba97d4d9
共有 1 個文件被更改,包括 4 次插入4 次删除
  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