I hereby claim:
- I am ajurcevic on github.
- I am ajurcevic (https://keybase.io/ajurcevic) on keybase.
- I have a public key ASAkZKQkEXgD5YEhSM0WCsq6jodnJUIFq8uiaZvk61rl4Ao
To claim this, I am signing this object:
#!/usr/bin/env bash | |
set -e | |
sudo systemctl stop ipfs.service | |
sudo systemctl stop ipfs-cluster.service | |
sudo systemctl disable ipfs.service | |
sudo systemctl disable ipfs-cluster.service | |
sudo rm /etc/systemd/system/ipfs.service | |
sudo rm /etc/systemd/system/ipfs-cluster.service |
REMIX EXAMPLE PROJECT | |
Remix example project is present when Remix loads very first time or there are no files existing in the File Explorer. | |
It contains 3 directories: | |
1. 'contracts': Holds three contracts with different complexity level, denoted with number prefix in file name. | |
2. 'scripts': Holds two scripts to deploy a contract. It is explained below. | |
3. 'tests': Contains one test file for 'Ballot' contract with unit tests in Solidity. | |
SCRIPTS |
// orignal source | |
// https://github.com/lemberg/connfa-ios/blob/master/Cloud-Functions/functions/index.js | |
// Added region and updated packages for Cloud Functions to the following: | |
// "firebase-admin": "^8.9.0" | |
// "firebase-functions": "^3.3.0" | |
// "node": "10" | |
const functions = require('firebase-functions'); | |
const admin = require('firebase-admin'); | |
const region = "asia-northeast1"; |
I hereby claim:
To claim this, I am signing this object:
/* | |
# author: Adrian Jurcevic | |
# github: @ajurcevic | |
# sample to send remote notifications from realtime database updates. | |
# utilising latest firebase-functions v2.3.1 | |
# 10/06/2019 | |
*/ | |
const functions = require('firebase-functions'); | |
const admin = require('firebase-admin'); |
I hereby claim:
To claim this, I am signing this object: