浏览代码

inline images

0xproflupin 2 年之前
父节点
当前提交
2f081e113a
共有 1 个文件被更改,包括 8 次插入6 次删除
  1. 8 6
      README.md

+ 8 - 6
README.md

@@ -6,15 +6,17 @@ 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.
 
-<img src="./assets/intro1.png" alt="drawing" width="200"/>
-
-<img src="./assets/intro2.png" alt="drawing" width="200"/>
+<p float="middle">
+  <img src="./assets/intro1.png" alt="drawing" width="400"/>
+  <img src="./assets/intro2.png" alt="drawing" width="400"/>
+</p>
 
 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
 
-<img src="./assets/intro3.png" alt="drawing" width="200"/>
-
-<img src="./assets/intro4.png" alt="drawing" width="200"/>
+<p float="middle">
+  <img src="./assets/intro3.png" alt="drawing" width="400"/>
+  <img src="./assets/intro4.png" alt="drawing" width="400"/>
+</p>
 
 # Specification