Skip to content

A WebAssembly runtime for TypeScript and JavaScript on ICP

License

Notifications You must be signed in to change notification settings

demergent-labs/azle

Folders and files

NameName
Last commit message
Last commit date
Jan 7, 2025
Dec 12, 2024
Nov 29, 2023
Dec 9, 2024
Jan 7, 2025
Jan 4, 2025
Dec 23, 2024
Dec 31, 2024
Sep 9, 2024
Sep 9, 2024
Jan 7, 2025
Aug 28, 2024
Jul 9, 2024
Nov 9, 2022
Dec 31, 2024
Jan 7, 2025
Jan 6, 2025
Dec 31, 2024
Jan 7, 2025
Nov 29, 2023
Aug 29, 2024
Jan 6, 2025
May 30, 2024
Dec 23, 2024
Jun 20, 2022
Jan 7, 2025
Dec 31, 2024
Feb 20, 2023
May 3, 2024
Aug 24, 2023
Dec 23, 2024
Dec 18, 2024
Dec 18, 2024
Dec 17, 2024
Jan 6, 2025
Jan 6, 2025
Mar 25, 2024
Nov 1, 2024

Repository files navigation


Azle (Beta)

TypeScript and JavaScript CDK for the Internet Computer.

Disclaimer

Please remember that Azle is in beta and thus it may have unknown security vulnerabilities due to the following:

  • Azle is built with various software packages that have not yet reached maturity
  • Azle does not yet have multiple independent security reviews/audits
  • Azle does not yet have many live, successful, continuously operating applications deployed to ICP

Get Started

The quickest way to get started is through the hello_world Candid RPC example or the hello_world HTTP Server example.

You can create the hello_world Candid RPC example locally like this:

npx azle new hello_world
cd hello_world

# Now read the README.md

You can create the hello_world HTTP Server example locally like this:

npx azle new hello_world --http-server --experimental
cd hello_world

# Now read the README.md

Documentation

See The Azle Book.

Discussion

Feel free to open issues or join us in the Discord channel.

Contributing

All contributors must agree to and sign the Azle License Extension.

Please reach out before working on anything that is not in the good first issues or help wanted issues. Before beginning work on a contribution, please create or comment on the issue you want to work on and wait for clearance from Demergent Labs.

See Demergent Labs' Coding Guidelines for what to expect during code reviews.

License

Azle's copyright is governed by the LICENSE and LICENSE_EXTENSION.