A decentralized photo gallery application built on the Internet Computer blockchain. Users can upload, view, and manage their photos in a decentralized environment.
WARNING: This is meant primarily as a demo to show how the response verification library and HTTP gateways can be used to serve images with cache headers. It is not making use of authentication or certification. Use it at your own risk.
2. Download your project from ICP Ninja using the 'Download files' button on the upper left corner, or clone the GitHub examples repository.
dfx start --background --clean && dfx deploy
npm run generate
npm start
If you base your application on this example, it is recommended that you familiarize yourself with and adhere to the security best practices for developing on ICP. This example may not implement all the best practices.