A debt capital market platform designed for the creator economy, enabling content creators to monetize their influence by issuing tokenized debt instruments collateralized by Real World Assets (RWA). Through a reverse auction mechanism, the platform connects creators with investors, offering a structured and transparent alternative to finance scalable businesses while leveraging the economic potential of their audiences, ensuring legal compliance and attractive returns for investors.
-
Install Docker Desktop for your operating system.
To install Docker RISC-V support without using Docker Desktop, run the following command:
docker run --privileged --rm tonistiigi/binfmt --install all
-
Cartesi CLI is an easy-to-use tool to build and deploy your dApps on devnet. To install it, run:
npm i -g @cartesi/cli
-
Devnet mode:
1.1 Build application:
cartesi build
1.2 Run application on devnet:
cartesi run
-
Production mode:
- TODO
Note
To reach the final state of the system for demo purposes, run the command below:
make state
make test