An open, transparent eCommerce platform.
Chain Mart is a decentralized marketplace that allows users to buy and sell goods and services without the need for intermediaries.
Our platform is built on the blockchain, which ensures that all transactions are transparent, secure, and tamper-proof. With Chain Mart, you can trust that your transactions are secure and that your data is protected.
Sell goods and services online, anywhere in the world, with ease and convenience, and earn a fair share of the profits.
Sell with zero commission fees.
Discover local sellers and support their businesses while enjoying the convenience of online shopping with low shipping costs.
Rate and review sellers to help others discover reliable, high-quality services and make informed decisions.
Earn crypto tokens by participating in the Chain Mart ecosystem, contributing to the growth of the platform.
By earning tokens, you can use them to purchase goods and services on Chain Mart, or trade them on the DeFi exchange.
Tokens are also used to vote on important decisions within the Chain Mart ecosystem, and to earn rewards for your contributions.
This template should help get you started developing with Tauri and Leptos.
cargo install create-tauri-app --locked
Make sure you have installed the prerequisites for your OS: https://tauri.app/start/prerequisites/, then run:
cd smart-trade
cargo tauri android init
For Desktop development, run:
cargo tauri dev
For Android development, run:
cargo tauri android dev
"hello.near"
./tailwindcss -i ./src/input.css -o ./css/output.css --watch
Single file
Format a specific file by name
leptosfmt ./examples/counter/src/lib.rs
Current directory
Format all .rs files within the current directory
leptosfmt .
Directory
Format all .rs files within the examples directory
leptosfmt ./examples
Glob
Format all .rs files ending with _test.rs
within the examples directory
leptosfmt ./examples/**/*_test.rs
cargo fmt --all -- --check
cargo fmt --all
rustfmt src/main.rs