Releases: canvasxyz/canvas
Releases · canvasxyz/canvas
v0.1.3
v0.1.2
v0.1.1
v0.1 is the first release candidate for Canvas, and reflects a basic level of stability that makes it possible to build chat, social, and other interactive applications, that sync and persist without blockchain consensus.
- CLI: Deploy single-page apps using the
canvas run
command to serve an API. Use the--static
flag to serve an included frontend. - React Hooks: We include React hooks for interacting with Canvas applications from the frontend. The hooks currently support Ethereum-compatible chains only, and can optionally be used with wagmi, ConnectKit, and/or RainbowKit.
- On-chain integration: Read from on-chain using contract hooks.
- Upgradeability: Contracts can be upgraded by using sources.
- Examples: We include example Canvas applications in Webpack and Next.js, which deploy to Fly.io.