# Cloud Wallet Quickstart
When users sign up or sign in to Cloud Wallet , a WAX Blockchain Account is automatically created. Users can easily manage their resources, blockchain transactions, NFTs, and whitelisted dApps from the Cloud Wallet dashboard.
In this guide, you'll learn how to use WaxJS to connect to the Cloud Wallet , allowing you to:
- Sign in users with Google, Facebook, Twitter, KakaoTalk, Reddit, and other social platforms
- Get blockchain account names, public keys, and permissions
- Easily execute smart contract transactions from your client
TIP
Note: In the next few sections, we'll go over how everything works. If you'd like to jump right to the code and run our live WaxJS example, refer to WaxJS Demo.
# Before You Begin
- Create a Cloud Wallet Account (opens new window).
- Be familiar with the ESIO/eosjs (opens new window) Javascript API. Refer to the eosjs (opens new window) docs for more information.
- For tips on building and deploying smart contracts on the WAX Blockchain, refer to our dApp Development section.