2 - Or implement your own, you can start by running cleos with --print-request then you will see what sort of calls it makes to create an account.
0
Erick Calder
On
if you want to do it on the public network there are websites out there where you can create accounts. it could also be done programmatically but would require access to the private key of the creating account
Two options:
1 - Use EOSJS
2 - Or implement your own, you can start by running cleos with
--print-request
then you will see what sort of calls it makes to create an account.