Quickstart
This section helps you quickly set up and start using our blockchain security protocols and tools.

Particle CS provides decentralized, policy-driven security for Web3 operations. Our tools are open source and designed for developers, DAOs, and enterprises who need stronger operational controls.
Choose the option that fits your needs best to start building secure Web3 smart contracts and applications:
Use SandBlox — Ready-to-Use Smart Contract Templates
Get started fast with visual tools and pre-built contract templates designed for secure workflows.
Launch SandBlox: SandBlox App
SandBlox on GitHub: github.com/PracticalParticle/sand-blox
Fork & Build from the Open-Source Core Protocol
Clone, customize, and deploy our core Guardian AA protocol directly from GitHub.
bashCopyEditgit clone https://github.com/PracticalParticle/particle-core.git
cd particle-core
npm install
ganache --deterministic --networkId 1337
truffle compile
truffle migrate --network development
Core repo: github.com/PracticalParticle/particle-core
Examples and demos included
Try on Public Testnet
Experiment with live deployments on our testnet environment.
Testnet Access & Faucet: Sepolia testnet
Connect your wallet and start testing multi-phase, role-based security flows
Last updated