factoria-org / f0

Factoria F0 NFT Contract
Other
27 stars 11 forks source link

Add support for ERC20 tokens #3

Open javimurcia opened 2 years ago

javimurcia commented 2 years ago

This PR add the capability to set an ERC20 token as the paymentToken, so the minting price will be charged in this currency.

The max fee charged by F0 is capped at 5,000 tokens.

This PR needs a frontend upgrade in order for it to be useful, and also writing some test.