near / pagoda-relayer-rs

Rust Reference Implementation of Relayer for NEP-366 Meta Transactions
MIT License
32 stars 15 forks source link

DEMO: pay with FT #31

Open anthony-near opened 1 year ago

anthony-near commented 1 year ago

Similar to https://github.com/orgs/near/projects/98/views/2?pane=issue&itemId=40377976 but using a pay with FT config https://github.com/near/pagoda-relayer-rs/blob/feature/example_configs/examples/configs/pay_with_ft.toml

### Tasks
- [x] Create a testnet FT that can be used to pay fees, is mintable, and is burnable: https://github.com/anthony-near/relayer-fee-token
- [ ] include shared storage logic bsaed on https://github.com/NearSocial/social-db/blob/master/contract/src/shared_storage.rs in relayer-fee-token contract
anthony-near commented 1 year ago

Create a testnet FT that can be used to pay fees, is mintable, and is burnable: https://github.com/anthony-near/relayer-fee-token