0.1.1 • Published 2 years ago

@aletheia-data/strapi-provider-upload-web3-storage v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

strapi-provider-upload-nft-storage

Pre-requisite

You'll need to sign up on https://web3.storage and register an API KEY to get started

https://docs.web3.storage/#quickstart

Configurations

Your configuration is passed down to the provider.

See the using a provider documentation for information on installing and using a provider. And see the environment variables for setting and using environment variables in your configs.

Example

./config/plugins.js

module.exports = ({ env }) => ({
  // ...
  upload: {
    provider: 'web3-storage',
    providerOptions: {
        apiKey: env('WEB3_STORAGE_API_KEY')
    }
  },
  // ...
});

Contributing

Pull requests are welcome. For fixes, first open an (issue) https://github.com/Aletheia-Data/strapi-provider-upload-web3-storage/issues/new to discuss what you would like to change.

Please be sure to do the appropriate tests.

Resources

Autor

Strapi Links

0.1.1

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago