All repositoriesJOBY / Electric flight
Flight Energy.
Compute ideal induced hover power with explicit efficiency, air density and reserve assumptions, then compare mass sensitivity.
INSIDE THE REPOSITORY
A complete place to start.
- Momentum-theory hover model
- Battery reserve accounting
- Mass sensitivity
- Exact token contract and pair inspection
- Bounded ERC-20 transfer activity explorer
- Local community funding scenario planner
- Evidence export with SHA-256 verification
- Nine automated checks and GitHub CI
- MIT license, method, architecture and API docs
Run locally
npm test npm start
Open localhost:3000. The technology runs with no API key. Live chain and DNS reads use public providers.
Deploy in your account
Extract the archive and upload its contents to a GitHub repository you control. Import that repository into Vercel, or run npx vercel --prod in the extracted folder. The included configuration sets the output directory and tests.
Return to the Deploy studio to publish your project, token pair and repository on the public build board.
29 SOURCE FILES / V1.0.0
Inspect everything.
.env.example.github/workflows/check.yml.gitignoreLICENSEREADME.mdSECURITY.mdapi/activity.mjsapi/dns.mjsapi/health.mjsapi/token.mjsdev.mjsdocs/API.mddocs/ARCHITECTURE.mddocs/METHOD.mdexamples/inputs.jsonpackage.jsonpublic/app.mjspublic/config.mjspublic/core/engine.mjspublic/core/math.mjspublic/favicon.svgpublic/index.htmlpublic/styles.cssserver/api.mjsserver/handler.mjstests/api.test.mjstests/engine.test.mjstools/verify-evidence.mjsvercel.jsonThis download contains only this standalone project. It includes no account credentials.
METHOD
What it calculates.
Ideal induced power = weight^(3/2)/sqrt(2·air density·total rotor disk area). Electrical power divides by figure of merit and drivetrain efficiency.
LIMITS
What the evidence means.
Excludes forward flight, profile power, weather, battery degradation and certification. Not flight planning or aircraft operating guidance.
The funding planner does not transfer tokens or route rewards. Deploying this repository does not imply company endorsement or investment value.
Inputs you control.
| Input | Type | Units |
|---|---|---|
| Total mass | Bounded number | kg |
| Total rotor disk area | Bounded number | m2 |
| Air density | Bounded number | kg/m3 |
| Figure of merit | Bounded number | — |
| Drivetrain efficiency | Bounded number | — |
| Battery energy | Bounded number | kWh |
| Energy reserve | Bounded number | % |
