krpeacock / c2pa-ic-example

Experiment to run c2pa checks from a canister

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

c2pa

Example of a C2PA implementation on the Internet Computer. Currently not working.

Prerequisites

Install dfx https://internetcomputer.org/docs/current/developer-docs/setup/install/#installing-the-ic-sdk-1

Install ic-wasm https://github.com/dfinity/ic-wasm#executable

Getting started

If you want to start working on your project right away, you might want to try the following commands:

cd c2pa/
dfx help
dfx canister --help

Running the project locally

If you want to test your project locally, you can use the following commands:

# Starts a replica, deploys your canisters to the replica, 
# and generates your candid interface
./build.sh

About

Experiment to run c2pa checks from a canister


Languages

Language:JavaScript 58.3%Language:Rust 11.7%Language:HTML 10.7%Language:Shell 10.4%Language:CSS 8.8%