# Solidity Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/solidity
> Markdown URL: https://aitinkerers.org/technologies/solidity.md
> Technology record last updated: 2026-02-27T15:12:04Z
> Generated: 2026-09-21T20:39:55Z

Statically-typed, contract-oriented programming language for writing and deploying smart contracts on the Ethereum Virtual Machine (EVM) and compatible blockchains (e.g., Polygon, Avalanche).

Solidity is the high-level, primary language for developing smart contracts on the Ethereum Virtual Machine (EVM). Proposed by Gavin Wood in 2014, it is a statically-typed, curly-braces language, borrowing syntax from C++, Python, and JavaScript to accelerate developer onboarding. The Solidity compiler converts this code into EVM bytecode, enabling the creation of self-executing, decentralized applications (dApps). This language is the industry standard, securing hundreds of billions of dollars in value across systems like ERC-20 tokens, DeFi protocols, and decentralized autonomous organizations (DAOs).

- Official technology site: https://soliditylang.org/
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Beyond Public Data: Unlocking AI's Next Frontier with Secure Private Data](https://waterloo.aitinkerers.org/talks/rsvp_cXgF867zQU8)

This session will provide a technical deep dive into building secure data access infrastructure that enables AI systems to train on private data without compromising privacy or security. We'll walk through the complete architecture of a decentralized data access system that uses Trusted Execution Environments (TEEs), encryption, and blockchain technology to create a trustless environment for data access. You'll leave with practical knowledge of the technical challenges in private data aggregation and working code examples you can adapt for your own projects.

- Event context: AI Tinkerers - Waterloo April Meetup — 2025-04-21 — Waterloo
- Public talk page: https://waterloo.aitinkerers.org/talks/rsvp_cXgF867zQU8

## Related Technologies

- [AMD SEV](https://aitinkerers.org/technologies/amd-sev) ([Markdown](https://aitinkerers.org/technologies/amd-sev.md)) — 3 public demos
- [ARM TrustZone](https://aitinkerers.org/technologies/arm-trustzone) ([Markdown](https://aitinkerers.org/technologies/arm-trustzone.md)) — 3 public demos
- [Docker](https://aitinkerers.org/technologies/docker) ([Markdown](https://aitinkerers.org/technologies/docker.md)) — 147 public demos
- [Intel SGX](https://aitinkerers.org/technologies/intel-sgx) ([Markdown](https://aitinkerers.org/technologies/intel-sgx.md)) — 3 public demos
- [Intel TDX](https://aitinkerers.org/technologies/intel-tdx) ([Markdown](https://aitinkerers.org/technologies/intel-tdx.md)) — 3 public demos
- [Intel TXT](https://aitinkerers.org/technologies/intel-txt) ([Markdown](https://aitinkerers.org/technologies/intel-txt.md)) — 3 public demos
- [IPFS](https://aitinkerers.org/technologies/ipfs) ([Markdown](https://aitinkerers.org/technologies/ipfs.md)) — 3 public demos
- [QSEE](https://aitinkerers.org/technologies/qsee) ([Markdown](https://aitinkerers.org/technologies/qsee.md)) — 3 public demos
- [REST API](https://aitinkerers.org/technologies/rest-api) ([Markdown](https://aitinkerers.org/technologies/rest-api.md)) — 4 public demos
- [SEV-ES](https://aitinkerers.org/technologies/sev-es) ([Markdown](https://aitinkerers.org/technologies/sev-es.md)) — 3 public demos
- [SEV-SNP](https://aitinkerers.org/technologies/sev-snp) ([Markdown](https://aitinkerers.org/technologies/sev-snp.md)) — 3 public demos
