Do you think vanity urls are cool? Wish you could use them on the Banano Blockchain? Well then this is exactly what you're looking for! Use KNames for no-effort cool vanity names.
const KNames = require('KNames')
KNames.getWalletByName('kaffinpx.k').then(wallet => { console.log(wallet) }) // Returns ban_ wallet addressTo create a name in Banano blockchain, you must spend 5-6 bananos. And you must get data from name using getDataByName function.
const KNames = require('KNames')
console.log(KNames.getDataByName('myexclusivedomain')) // Returns some numbers and it will logged in console.And send 5.(any numbers here, must be a float) to KNames Wallet ban_3name8cc7cci77jggyqi68us4pagun5qf3bg3u5pfxgwitc4femsh5sua3j9
Cool right?
To use with browsers, you can use browserify to build a JS file for browsers.
To install:
npm i browserify --global
To build:browserify index.js --standalone KNames > browser/index.js
- You can only use .k domain at this time.
- You cant edit your name if you publish it.
- Only lower case letters can be used.
Returns promise with wallet.
Returns promise with wallet.
Returns data.
You can use like nodeApi = address.com.