Skip to content
This repository was archived by the owner on Sep 18, 2025. It is now read-only.

calimero-network/core-app-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Core App Template

Logic

cd logic
chmod +x ./build.sh
./build.sh
./release.sh <near_network> <near_credentials_file_path> <near_contract_account_id>

App

cd app
pnpm install
pnpm build
pnpm dev

Open app in browser and connect to running node.

For more information how to build app check our docs: https://calimero-network.github.io/build/quickstart