Kredeum / kredeum

Kredeum NFTs Factory
MIT License
11 stars 7 forks source link

Add storage options #358

Closed dlaxcess closed 1 year ago

dlaxcess commented 1 year ago

Add admin nftStorageKey for IPFS or nodeUrl & batchID for Swarm in local storage to use it on storage upload on minting in wordpress média.

localStorage is setted in Kredeum Nfts wordpress settings (default ipfs)

Have to add in .env :

SWARM_END_POINT = "https://api.gateway.ethswarm.org"
GATEWAY_SWARM_BATCH_ID = "0000000000000000000000000000000000000000000000000000000000000000"

Tested with NGrok with external url

zapaz commented 1 year ago

replaced by #365