Skip to content

Instantly share code, notes, and snippets.

private func testContract() {
}
// Use your own mnemonic sentence
let sentence: Mnemonic.MnemonicSentence = Mnemonic.MnemonicSentence(["truly", "law", "tide", "pony", "media", "degree", "two", "goat", "ignore", "twice", "project", "message", "vanish", "spring", "movie"])
let walletStorage = KeychainStorageStrategy(identifier: "cz.ackee.etherkit.example")
HDKey.Private.create(
with: MnemonicStorageStrategy(walletStorage),
mnemonic: sentence,
network: .main,
path: [
KeyPathNode(at: 44, hardened: true),
platform :ios, '10.3'
project 'EthereumContracts'
inhibit_all_warnings!
use_frameworks!
target 'EthereumContracts' do
pod 'ContractCodegen', '~> 0.1'
end
@fortmarek
fortmarek / medium-native-explore.css
Created May 3, 2017 20:47
medium-native-explore
/* Note: 1px = 1dp in this css */
/* == Colors == */
body {
background-color: #FFFFFF;
}
.title-link {
color: #000000;
}
.button {
package gjk.zapalky;
import java.awt.Point;
import java.util.*;
public class matches implements gjk.zapalky.IHrac{
private Random generator = new Random();
private boolean [][] plan;
private List<Point> list = new ArrayList<>();
private List<Point> originalList = new ArrayList<>();

Keybase proof

I hereby claim:

  • I am fortmarek on github.
  • I am marekfort (https://keybase.io/marekfort) on keybase.
  • I have a public key ASD6qyKNoojcWFUgJYvhaRJYh0dknrgTUBSBJc_aJl_Wswo

To claim this, I am signing this object: