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
0
n13
On
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.
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