Skip to content

Commit

Permalink
Update EIP-1175: Fix absolute pathing (ethereum#7372)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandapip1 authored and streamnft-tech committed Oct 27, 2023
1 parent b0c4915 commit e9cd02c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EIPS/eip-1175.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ requires: 20
## Simple Summary
Make wallets and shops created from certified contracts make erc20 tokens easy to use for commerce.

![wallet](/assets/eip-1175/wallet.png)
![wallet](../assets/eip-1175/wallet.png)

## Abstract
The mutual trust between the wallet and the shop created by the authenticated contract allows you to pay for and purchase items at a simple process.
Expand All @@ -25,7 +25,7 @@ New standards with improvements have been released, but the majority of tokens c
And if you only reuse the store interface, you can also trade using `payUnsafe (address _shop, uint256 _item)`.

## Specification
![workflow](/assets/eip-1175/workflow.png)
![workflow](../assets/eip-1175/workflow.png)
## WalletCenter
### Methods
#### createWallet
Expand Down

0 comments on commit e9cd02c

Please sign in to comment.