non-fungible-apps/contracts/scripts
Felipe Mendes b8b8cb28ea
feature: conditional payment as setting (#134)
* feat: add base contract for billing

* feat: add withdraw function

* feat: add billing requirement to mint

* test: add foundry tests for minting with billing

* refactor: remove transfer billing and add access point

* test: add access point billing foundry tests

* test: add test for billing value change

* test: add hardhat test setup for billing

* test: add hardhat tests for billing

* feat: add withdrawn event and add public withdraw function

* test: add tests for withdrawing founds and access control for billing

* refactor: fix misspells and change variable names

* feat: add initialize params for billing

* feat: add gap to FleekBilling

* fix: testname misspell
2023-02-27 17:30:19 -03:00
..
utils chore: change top level folder structure (#105) 2023-02-06 15:15:44 -05:00
deploy.js feature: conditional payment as setting (#134) 2023-02-27 17:30:19 -03:00
mint.js chore: change top level folder structure (#105) 2023-02-06 15:15:44 -05:00
tokenURI.js chore: change top level folder structure (#105) 2023-02-06 15:15:44 -05:00
upgrade.js chore: change top level folder structure (#105) 2023-02-06 15:15:44 -05:00
util.js chore: change top level folder structure (#105) 2023-02-06 15:15:44 -05:00
verify-polyscan.js feat: subgraph reverse lookup (gitRepo -> NFA) (#131) 2023-02-24 16:22:18 +03:30