-
the required modifier and constructor
```solidity
modifier onlyAdmin() {
// TODO: Implement this modifier to restrict function calls to the admin
require(msg.sender == admin,…
-
Keywords
section #: 005
Programming Language: JavaScript, TypeScript, react,
Development Platform: Web app, mobile-friendly, real-time updates
Type of Application: Group decision-making, real-tim…
-
I've created a JSON application template and want to use a gateway to expose two endpoints publicly.
I have two services (voteService and resultService) each with an endpoint (VoteListener and Result…
-
Hi, I'm having an issue deploying an Orleans solution to Service Fabric Mesh, the deployment works but the status changes from Warning to Error. When looking in the Azure CLI I can see this error
"u…
-
When trying to debug the VotingApp locally, I'm unable to get the VotingWeb service to successful call the API in the VotaData service.
For example, when opening the VotingWeb default page (http://…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### This issue exists in the latest npm version
- [X] I am using the latest npm
### Current Behavior
`…
-
An yidea what could the issue here?
**** Azure Functions Voting App Demo Deployment ****
Validating Azure resource names...
Specified function app name, SQL server name and key vault name all a…
-
I am unable to connect via the exposed gateway points in `gateway.yaml` on localhost when debugging a mesh application.
Reproducing steps:
* Run the votingapp sample application on the "Service Fa…
-
Sorry to ask a so nobie question... but im doing a Free Code Camp challenge using your generator.
My app has a folder inside a folder on the client/app/ like this:
├── client
│ ├── app
│ │ ├…
-
For the 2016 **4-Legged Finisher** campaign, the following values are needed in the Quicksilver message payload:
- [x] `activity`
- [x] `activity_timestamp`
- [ ] `application_id`
- [x] `user_language…