Quasar Cosmwasm is the implementation of quasar in cosmwasm supported blockchains
Developers can run the implementation and test with client sdk from its Cosmos SDK based blockchains.
Here are the instructions that one should follow on setting up the environment to hack this project.
First, install houston.
npm install -g @terra-money/houston
In case of Testing on Terra you can connect to datahub from Figment or run localterra on the device then deploy contracts in local environment.
Clone localterra repo and run docker-compose in the project root directory.
git clone https://github.com/terra-project/LocalTerra.git
cd LocalTerra
docker-compose up
The current interface implementation is on its way to production. Check updates in this repo
For more research and details, check out the documentation link below.
The license of this project follows Apache2.0