examples
examples copied to clipboard
Example applications, microservices, and code samples for the Internet Computer
https://github.com/dfinity/examples/blob/aac0602139a2b3b9c509a126ee707ac9316912b0/svelte/sveltekit-starter/package.json#L44 Following the [guidelines on the site](https://internetcomputer.org/docs/current/references/samples/svelte/sveltekit-starter/) leads to a dependency conflict. In `pacakge.json`: ``` "@sveltejs/kit": "next", # defaults to @1.30.4 ... "vite": "^3.2.10" ``` However, @sveltejs/[email protected] depends on vite...
This PR is meant for testing PocketIC integration in dfx.
Here are some recommendations I have on best practices in the II example project. ## Important and functional changes - AuthClient `create` should not be invoked during the `login` flow...
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
Adds the source code of the threshold mock canister as example dapp.
Frontend UI does not respond to input; buttons are unresponsive.
The example uses the deprecated Coinbase Pro API and returns an error.