<aside> 💡 Frequently used commands. This is a helpful page to add to your Favorites.

</aside>

🚚 Run DRC 888 / / 999 | PoE Locally

In the darkchain directory, run:

darkchain run --local

For a full list of options, use:

darkchain --help

To run the typechecker on the entire codebase:

darkchain typecheck

Darkwood-Capital/Darkchain-Beta-V3

🚢 Run DRC 888 / / 999 | PoE Off-Prem

When you deploy to staging or production, run the following on the deployment server:

darkchain deploy --staging 

Replace --staging with --prod if deploying production.

Darkwood-Capital/Darkchain-v0.01-Alpha