crypto-name-generator-stp
v1.0.1
Published
A module for generating unique names related to cryptocurrency.
Readme
npm install crypto-name-generator-stpUsage
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.
