Build a TODO Mobile App using the DocuStore Contract
Todo App Data Structure
Todos Collection
type Todo = {
id: string;
title: string;
text: string;
completed: boolean;
created_at: string;
};Profiles Collection
Settings Collection
Building the Mobile App
Manual Installation
Variable
Description



PreviousSet up your XION Mobile Development EnvironmentNextzkTLS Integration using Reclaim in a Xion Mobile App
Last updated
Was this helpful?