Typos. (#3023)
This commit is contained in:
parent
182c0532e4
commit
8322b8bb40
|
@ -1,13 +1,13 @@
|
||||||
# Stateless Offer
|
# Stateless Offer
|
||||||
|
|
||||||
Simple program to make token offers to any bidder that can satisify
|
Simple program to make token offers to any bidder that can satisfy
|
||||||
the constraints.
|
the constraints.
|
||||||
|
|
||||||
This program is stateless. It is up to the maker to advertize. It
|
This program is stateless. It is up to the maker to advertise. It
|
||||||
uses the PDA as a one way hash of the offer that the maker wants
|
uses the PDA as a one way hash of the offer that the maker wants
|
||||||
to create. The maker then only needs to approve their token to the
|
to create. The maker then only needs to approve their token to the
|
||||||
PDA address for the taker to receive the items. The maker doesn't
|
PDA address for the taker to receive the items. The maker doesn't
|
||||||
need to be online to complete the transaction, but needs to advertize
|
need to be online to complete the transaction, but needs to advertise
|
||||||
the offer off-chain.
|
the offer off-chain.
|
||||||
|
|
||||||
## Maker
|
## Maker
|
||||||
|
|
Loading…
Reference in New Issue