Skip to content

calimero-network/core-app-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 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