Skip to content

Instantly share code, notes, and snippets.

View Basitomania's full-sized avatar

Basitomania

  • Nigeria
View GitHub Profile
// SPDX-License-Identifier: GPL-3.0
pragma solidity >=0.7.0 <0.9.0;
contract Ballot {
struct Voter {
uint weight;
bool voted;
uint vote;
Fetch Cities
```
const URL = https://staging.plentywaka.com/api/v2/tes-park-web/locations
```
example usage
```
const getLocations = async (data, domain) => {
const customerHeaders = {
Accept: 'application/json',
'Content-Type': `application/json`,