Stores and sync user profile data, such as name and avatar
npm install @exodus/profile
``jsimport profile from '@exodus/profile'
jsimport profile from '@exodus/profile'
const ioc = createIocContainer()
ioc.use(profile())
ioc.resolve()``