To get started, you might want to explore the project directory structure and the default configuration file. Working with this project in your development environment will not affect any production deployment or identity tokens.
To learn more before you start working with icto.app, see the following documentation available online:
- Quick Start
- SDK Developer Tools
- Motoko Programming Language Guide
- Motoko Language Quick Reference
- JavaScript API Reference
# Starts the replica, running in the background
dfx start --background
# Create all canister
dfx canister create --all
# Deploys your all canisters to the replica and generates candid interface
dfx deploy
Once the job completes, your application will be available at http://localhost:8000?canisterId={canister_id}
.
Additionally, if you are making frontend changes, you can start a development server with
# Install all node_modules
npm i
# Start dev server
npm run dev
ICTO use an indexing canister to map created contract with user. Add backend canister as admin to indexing_canister
Which will start a server at http://localhost:5173
, proxying API requests to the replica at port 8000.
Frontend
: You can find all config params in:
./frontend/config/index.js
ICTO App: https://icto.app Documents: https://docs.icto.app Twitter(X): https://x.com/icto_app