UNPKG

@shubhu2002/bc-runes-js

Version:

A package to be able to mint, etch or transfer bitcoin runes very easily.

12 lines (9 loc) 205 B
const { get } = require('./http.js') const { getTipURL } = require('../config.js') async function getTip() { const tipBlock = await get(getTipURL) return { tipBlock } } module.exports = { getTip }