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

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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