codestates / BTA1stProject-05

A project to configure IOTA
1 stars 3 forks source link
iota wallet

BTA1stProject-05

팀명 : 아이오타닷

코인 : IOTA

프로젝트명 : 탱글탱글한 오타

구조

프로젝트 소개 페이지

관련링크

사용법

Client 소개

Server REST API 소개

    {
        "accountId": "wallet-account://f0cefd*********a694",
        "resultMessage": "account exists"
    }
{
    "accountId": "wallet-account://b3ccc1f*****3240f9",
    "mnemonic": "sniff wish idle ... situate",
    "resultMessage": "account created"
}
{
    "addresses": [
        {
            "address": "atoi1qpv*******nrhp7qef5nlp",
            "balance": 0,
            "keyIndex": 0,
            "internal": false,
            "outputs": {}
        },
        {
            "address": "atoi1qpj3g********rz26tlafvtqktk4",
            "balance": 0,
            "keyIndex": 0,
            "internal": true,
            "outputs": {}
        }
    ],
    "resultMessage": "your address found"
}
{
    "newAddress": {
        "address": "atoi1qpvf2yel5nmtfh9k7ca39jmseajnjk98mvzy7sk0kux0c4v9d629wntal62",
        "balance": 0,
        "keyIndex": 1,
        "internal": false,
        "outputs": {}
    },
    "addresses": [
        {
            "address": "atoi1qpvmupae9kc546cdyr7rrakdd25kn95d40fsqdk7w5hrdpenrhp7qef5nlp",
            "balance": 0,
            "keyIndex": 0,
            "internal": false,
            "outputs": {}
        },
        ...
        {
            "address": "atoi1qpj3gzxjkuz45dzsa6edawwa3hczgpdpu49hu77ne9dcrz26tlafvtqktk4",
            "balance": 0,
            "keyIndex": 0,
            "internal": true,
            "outputs": {}
        },
    ],
    "resultMessage": "New address added"
}
{
    "accountId": "wallet-account://f0cefde5f2***096b5a694",
    "balance": 4000000,
    "resultMessage": "check your balance"
}
{
    "accountId": "wallet-account://f0cefd***67096b5a694",
    "balance": 2500000,
    "resultMessage": "Check your message on https://explorer.iota.org/devnet/message/baa97e9******334a806da6"
}