Skip to content

Instantly share code, notes, and snippets.

@m1noon
m1noon / app-build.gradle
Last active January 7, 2020 01:15
Navigation Componentの依存関係
...
// add plugin if you use safe args.
apply plugin: "androidx.navigation.safeargs.kotlin"
...
android {
...
// Enable Java8 if you use safe args
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
package main
import (
"encoding/json"
"fmt"
"github.com/ethereum/go-ethereum/common/hexutil"
"github.com/ethereum/go-ethereum/crypto"
)
################################
# Elasticsearch
################################
# Elasticsearch home directory
#ES_HOME=/usr/share/elasticsearch
# Elasticsearch Java path
#JAVA_HOME=
pragma solidity ^0.4.4;
contract Owned {
address public owner;
function Owned() {
owner = msg.sender;
}
modifier onlyOwner {
@m1noon
m1noon / Ethereum-org-token.md
Last active October 19, 2017 03:02
Token(Ethereum.org)の日本語訳

Ethereum翻訳 https://ethereum.org/token

コイン

デジタルトークンをつくっていきましょう。Ethereumエコシステムにおけるトークンは任意の代替可能で取引可能なモノ(コイン、ロイヤルティ、ポイント、金券、借用証書、ゲーム内アイテム、etc..)として利用できる。すべてのトークンがいくつかの基本的な特徴を標準的な方法で実装することで、あなたのトークンも即座にethereumウォレットや、同じ標準に則った他のクライアントやコントラクトと互換性があることを意味する。

最小実行可能トークン(Minimum Viable Token)

0x63dcDF25d761febc8A6E5e464668B1A49D377A22
0x5C514fedE54899C19f1B5390C89b9D2b611cF0b5