Verifying that "jjperezaguinaga.id" is my Blockstack ID. https://onename.com/jjperezaguinaga
View bootstrap-with-ip.sh
#!/bin/bash | |
# Requires gcloud | |
# Create generic VM with a given container and a static IP while creating a disk | |
INSTANCE_NAME=basodino-develop-bootstrap-hoprd-1-17-6-02 | |
DISK_NAME=$INSTANCE_NAME | |
SERVER_TAGS=hopr-node,grpc-server,web-client,envoy-server | |
DOCKER_IMAGE=gcr.io/hoprassociation/hoprd:1.17.6 | |
IP= |
View 3box.verification.v2
This post links my 3Box profile to my Github account! Web3 social profiles by 3Box. | |
✅ did:3:bafyreiap3fps55yswcof4b6sg6kbuszh3y47q7w7jvyxlfmog24td5m75m ✅ | |
Create your profile today to start building social connection and trust online at https://3Box.io/ |
View address.txt
0x6442c72aBD1a9d14c303277a8C994Fae295b6BCB |
View 3box.verification
3Box is a social profiles network for web3. This post links my 3Box profile to my Github account! | |
✅ did:muport:QmR8cw5e7B4YWeUiYVrJP8APLqedwWQKSJwD6BPJZKY9iF ✅ | |
Create your profile today to start building social connection and trust online. https://3box.io/ |
View 3box.verification
3Box is a social profiles network for web3. This post links my 3Box profile to my Github account! | |
✅ did:muport:QmR8cw5e7B4YWeUiYVrJP8APLqedwWQKSJwD6BPJZKY9iF ✅ | |
Create your profile today to start building social connection and trust online. https://3box.io/ |
View TTAU_Crowdsale.sol
pragma solidity ^0.4.24; | |
import "github.com/OpenZeppelin/zeppelin-solidity/contracts/crowdsale/validation/CappedCrowdsale.sol"; | |
import "github.com/OpenZeppelin/zeppelin-solidity/contracts/crowdsale/emission/MintedCrowdsale.sol"; | |
import "github.com/OpenZeppelin/zeppelin-solidity/contracts/token/ERC20/MintableToken.sol"; | |
/** | |
* @title SampleCrowdsaleToken | |
* @dev Very simple ERC20 Token that can be minted. |
View keybase.md
Keybase proof
I hereby claim:
- I am jjperezaguinaga on github.
- I am jjperezaguinaga (https://keybase.io/jjperezaguinaga) on keybase.
- I have a public key whose fingerprint is E1C9 616B 6DF8 0F0F 3EC8 D967 1E07 CFB8 9051 0DED
To claim this, I am signing this object:
View nginx.conf
# to generate your dhparam.pem file, run in the terminal | |
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048 |
View layout.css
* { background-color: rgba(255,0,0,.2); } | |
* * { background-color: rgba(0,255,0,.2); } | |
* * * { background-color: rgba(0,0,255,.2); } | |
* * * * { background-color: rgba(255,0,255,.2); } | |
* * * * * { background-color: rgba(0,255,255,.2); } | |
* * * * * * { background-color: rgba(255,255,0,.2); } |
NewerOlder