Skip to content

Commit

Permalink
Add sponsoredFPC concept stub
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaki committed Mar 6, 2025
1 parent 0a3c871 commit de37c18
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/docs/developers/guides/js_apps/pay_fees.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ Processing this transaction first claims bridged fee juice then is paid for from

A fee paying contract (FPC) is created and nominates a token that it accepts to then pay for txs in fee juice. So a user doesn't need to hold fee juice, they only need the token that the FPC accepts.

### Sponsored Fee Paying Contract

A contract that will pay for a number of transactions without requiring payment. Which is helpful for bootstrapping development.


## Fee Options

Functions pertaining to sending a transaction, such as `deploy` and `send`, each include a `fee` variable defined with the following (optional) parameters:
Expand Down

0 comments on commit de37c18

Please sign in to comment.