Ross Campbell 2836b066c9 Update Context.sol (#1892) 6 years ago
..
bouncers d8a25d17aa Fix links to bouncers guide 6 years ago
Context.sol 2836b066c9 Update Context.sol (#1892) 6 years ago
GSNContext.sol b2b31b2551 remove unstructured storage from GSNContext (#1881) 6 years ago
GSNRecipient.sol f1c7e63923 Add docs to GSN API (#1887) 6 years ago
IRelayHub.sol 0ec1d761aa Initial GSN support (beta) (#1844) 6 years ago
IRelayRecipient.sol 0ec1d761aa Initial GSN support (beta) (#1844) 6 years ago
README.adoc d8a25d17aa 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}}