Ricardo Guilherme Schmidt
Engenheiro de Contratos Inteligentes, Status.im
A Status.im é uma cateira de criptomoedas e um portal para web3 com mensageiro seguro. https://status.im/
| https://001game1.com | |
| https://001game2.com | |
| https://001game3.com | |
| https://001game4.com | |
| https://001game5.com | |
| https://001game6.com | |
| https://001game7.com | |
| https://001game8.com | |
| https://001game9.com | |
| https://0066bet.com |
| #!/bin/bash | |
| # URL base para download do ooniprobe | |
| BASE_URL="https://github.com/ooni/probe-cli/releases/download" | |
| # Nome do arquivo de domínios | |
| ARQUIVO="dominios.txt" | |
| ARQUIVO_TEMP="dominios_temp.txt" | |
| ARQUIVO_DIFF="dominios_diff.txt" |
| pragma solidity >=0.5.0 <0.6.0; | |
| /** | |
| * @dev Elliptic Curve Digital Signature Algorithm (ECDSA) operations. | |
| * | |
| * These functions can be used to verify that a message was signed by the holder | |
| * of the private keys of a given address. | |
| */ | |
| library ECDSA { | |
| /** |
Ricardo Guilherme Schmidt
Engenheiro de Contratos Inteligentes, Status.im
A Status.im é uma cateira de criptomoedas e um portal para web3 com mensageiro seguro. https://status.im/
| This post links my 3Box profile to my Github account! Web3 social profiles by 3Box. | |
| ✅ did:3:bafyreibon7m4jtkjyor7udjzqp6adje4rur7itzc3cowdpriyp5jxhot3i ✅ | |
| Create your profile today to start building social connection and trust online at https://3Box.io/ |
I hereby claim:
To claim this, I am signing this object:
| ## Using conventionalcommits for commit messages: https://www.conventionalcommits.org/en/v1.0.0/#specification | |
| ## creates scaffolding for an embark-project in the folder named <project-name> | |
| # npx embark new <project-name> | |
| ## sets the license of project https://github.com/Ovyerus/license#readme https://spdx.org/licenses/ | |
| # npx license <SPDX Identifier> | |
| # Envoirement Setup | |
| ## install node-js using nvm https://github.com/creationix/nvm | |
| nvm install 10.17.0 |
| pragma solidity ^0.4.15; | |
| contract ERC725 { | |
| uint256 constant MANAGEMENT_KEY = 1; | |
| uint256 constant ACTION_KEY = 2; | |
| uint256 constant CLAIM_SIGNER_KEY = 3; | |
| uint256 constant ENCRYPTION_KEY = 4; | |
| event KeyAdded(address indexed key, uint256 indexed keyType); |
| pragma solidity >=0.5.0 <0.7.0; | |
| import "./Account.sol"; | |
| import "./ERC725.sol"; | |
| import "../cryptography/ECDSA.sol"; | |
| import "../common/Controlled.sol"; | |
| /** | |
| * @author Ricardo Guilherme Schmidt (Status Research & Development GmbH) | |
| * @notice Defines an account which can be setup by a owner address (multisig contract), recovered by a recover address (a sort of secret multisig contract), and execute actions from a list of addresses (authorized contracts, extensions, etc) |
I propose the use of Status Network infrastructure to do this.
graph TB
ethereum["Ethereum Network"]
server["Status.im Service"]
subgraph Status Network
public["Public Chat"]
private["Private Messages"]
nodes["User Nodes"]