Getting Started
Let's face it, most of the UMA DApps out there are just simply forks of the EMP tools project. It is not easy to create a DApp from scratch and the UMA protocol is complex.
The UMA React SDK helps you to build decentralized synthetic applications in React very quickly and without the tears of the EMP tools.
The UMA React SDK gives you:
Read only data hooks, used to get any EMP and LSP (WIP) information.
EMP UI controls, used to create and manage EMP positions.
LSP UI controls(WIP), used to create and manage LSP positions.
Prices for collaterals and synthetics, thanks to the UMA API integration.
#
InstallYou can install using NPM
or with Yarn
And install peer dependencies
or
#
UsageSee Hooks section for more details.