strapi-provider-upload-web3-storage

0.1.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i strapi-provider-upload-web3-storage

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

5.07 kB

Total Files

5

Last publish

Collaborators

  • enzovezzaro