Deploy with elhthss

Deploy blockchain-native applications with automated security checks, zero configuration, and instant publishing across multiple networks.

📘 CLI Guide 🔧 API Tools

Deployment Pipeline

Prepare

Install elhthss CLI and verify project dependencies using built-in validation tools.

> npm install -g @elhthss/cli

Configure

Define deployment settings in .elhthss/deploy.yaml for target networks and security parameters.

# network: ethereum | solana | polkadot

Publish

Automated deployment with smart contract validation and IPFS integration for encrypted data.

$ elhthss deploy

Example Deploy Config


network: ethereum
auto_gas: true
contracts:
  - name: HealthRecord
    verify: true
storage:
  ipfs: true
  encryption: aes-256-gcm
post_deploy:
  - run_analysis
  - generate_audit_report

                

This configuration automatically optimizes gas use, encrypts data, and runs compliance checks.

Supported Blockchains

Ethereum

Secure decentralized contracts with on-chain verification and gas optimization.

Solana

High-speed deployments with parallel processing and low-cost transactions.

Polkadot

Cross-chain compatibility with sharded network and parachain deployment.

Deployment Frequently Asked Questions

Can I deploy to multiple chains at once?

Yes, use multi-chain: true in your deploy config to enable simultaneous deployment across verified blockchains.

How are security audits handled?

Our plugin runs automated audits during deployment, flagging potential vulnerabilities in smart contracts.

Start Deployinging

Get your app live in minutes with elhthss's automated smart contract pipeline.