Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 601 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 601 Bytes

Tezos Gas Station library

This library facilitates the following:

  • Utilizing Marigold's Gas Station API in TypeScript.
  • Creating TZIP-17 permit contracts, which are FA2 contracts capable of being manipulated by a 3rd party, such as the gas station API. Permits are signed off-chain and can be posted and executed by anyone.

An example of a toy web app is provided in the examples/nft directory.

Feel free to contribute and provide feedback on https://github.com/marigold-dev/gas-station-lib.