mirror of openzeppelin-contracts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
openzeppelin-contracts/contracts/GSN
Nicolás Venturo d8a25d17aa Fix links to bouncers guide 6 years ago
..
bouncers Fix links to bouncers guide 6 years ago
Context.sol Initial GSN support (beta) (#1844) 6 years ago
GSNContext.sol remove unstructured storage from GSNContext (#1881) 6 years ago
GSNRecipient.sol Add docs to GSN API (#1887) 6 years ago
IRelayHub.sol Initial GSN support (beta) (#1844) 6 years ago
IRelayRecipient.sol Initial GSN support (beta) (#1844) 6 years ago
README.adoc Fix links to bouncers guide 6 years ago

README.adoc

= Gas Station Network

NOTE: This feature is being released in the next version of OpenZeppelin Contracts, available right now through `npm install @openzeppelin/contracts@next`.

TIP: Check out our guide on the xref:ROOT:gsn.adoc[basics of the GSN] as well as the xref:ROOT:gsn-bouncers.adoc[more advanced topics].

== Recipient

{{GSNRecipient}}

== Bouncers

{{GSNBouncerERC20Fee}}
{{GSNBouncerSignature}}