crypto-name-generator-stp
v1.0.1
Published
A module for generating unique names related to cryptocurrency.
Downloads
6
Readme
npm install crypto-name-generator-stp
Usage
Once installed, you can use Crypto Name Generator in your project like this:
const generateCryptoName = require('crypto-name-generator-stp');
// Generate a unique crypto name
const name = generateCryptoName();
console.log(name);
The generateCryptoName()
function returns a string representing a unique name related to cryptocurrency.