1.0.9 • Published 2 years ago

atomichub-autogenerate-claimlinks v1.0.9

Weekly downloads
-
License
AGPL-3.0
Repository
-
Last release
2 years ago

Генератор claim ссылок для atomichub


Установка пакета

npm i atomichub-autogenerate-claimlinks

Пример кода

import LinksGenerator from 'atomichub-autogenerate-claimlinks'

async function start() {
    const atomic = new LinksGenerator('<account_name>', '<private_key>') // all params is optional
    atomic.login() // needed if uses wax cloud wallet
    const assetPages = await atomic.getAssetIDs()
    for (const assetIDs of assetPages) {
        await atomic.generateClaimLinks(assetIDs)
    }
}
start()
1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago