Skip to content

(Proof of concept) Swift Canister Development Kit for the Internet Computer

Notifications You must be signed in to change notification settings

codebase-labs/cdk-swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ef43e58 · May 6, 2023

History

24 Commits
Apr 7, 2023
Apr 7, 2023
Nov 30, 2022
Nov 29, 2022
May 6, 2023
Nov 29, 2022
Apr 7, 2023

Repository files navigation

cdk-swift

(Proof of concept) Swift Canister Development Kit for the Internet Computer.

Usage

nix develop
cd Examples/API
cdk-swift-build API
dfx start --clean --host 127.0.0.1:0
dfx deploy --network http://127.0.0.1:$(dfx info webserver-port) --no-wallet API_backend

To debug Wasm in the browser:

python3 -m http.server 1234

Known Issues

  • Importing Foundation produces a Wasm binary that exceeds the file size limit for deployment.

About

(Proof of concept) Swift Canister Development Kit for the Internet Computer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published