Justin Kennedy
Justin Kennedy
### Checklist - [X] I have looked into the Readme ([Starter seed](https://github.com/auth0-samples/auth0-express-webapp-sample/tree/master/00-Starter-Seed#readme)/[Login](https://github.com/auth0-samples/auth0-express-webapp-sample/tree/master/01-Login#readme)) and have not found a suitable solution or answer. - [X] I have searched the [issues](https://github.com/auth0-samples/auth0-express-webapp-sample/issues) and have...
### Problem to Solve In `ethexe/contracts/src/Mirror.sol`, the function `valueClaimed` attempts to transfer tokens to a given destination. If value == 0, no transfer happens, but the function still emits the...
### File Location(s) gear/ethexe/contracts/src/Mirror.sol ### Proposal This function does a token transfer when interacting with the Mirror contract. It transfers tokens from the caller to the Router. With this in...
### Problem to Solve In `ethexe/contracts/src/Mirror.sol`, the function `replySent` attempts to transfer tokens to a given destination, and then emits a `Reply` event. Depending on whether `value` is greater than...
## **Overview** The Internet Computer (ICP) provides a decentralized, secure, and interoperable platform that can be used by AI Agent Frameworks to build autonomous, tamper-proof systems. Canister smart contracts on...
**Overview** The basic 'hello world' repo has been archived, so this PR removes the dead link. **Considerations** We could consider adding [this 'hello world' sample](https://github.com/dfinity/icp-hello-world-motoko) instead, but it's not part...