primes-network / eosdart

EOS API Client in Dart Language
MIT License
32 stars 27 forks source link

How do we create new eos account ? #27

Open guruprakash119 opened 4 years ago

guruprakash119 commented 4 years ago

I have seen the readmee file given in pub.dev and also tried google it but could not get any example for creating new Eos account. EOSJS package of javascript have full example of this. If eosdart have any method for creating account then please add a method in readme section and also add a example

hossainiir commented 4 years ago

Do you want to create an account on the client-side? If you want to create an account on the client-side you should pass the transaction to an EOS wallet.

xuelongqy commented 2 years ago

Look here Create new account.