-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bitasset data #672
Comments
You'll need to be more precise if you want people to answer you request. Also, the official bitshares repo is no bitshares/bitshares-core |
I use "create_asset" method and create market-issued asset. Thanks for your feedback. |
@GhazarArm market-issued asset can only be issued by the market but not the owner. Firstly you need to set price feeds for the asset, then use the "borrow_asset" command to create new tokens. |
I use publish_asset_feed() method to set price feed for the asset. " " "
" How to set price feeds ? |
The asset id in |
I tried it publish_asset_feed hayq MCORE {"settlement_price": {"quote": {"amount": 1000000, "asset_id": "1.3.0"}, "base": {"amount": 8563, "asset_id": "1.3.474"}}, "core_exchange_rate": {"quote": {"amount": 8563, "asset_id": "1.3.574"}, "base": {"amount": 1050000, "asset_id": "1.3.0"}}} true 10 assert_exception: Assert Exception
I don't understand how to get price_feed in publish_asset_feed()? |
Either your asset id is |
I put in
How to fix that? |
you need more collateral to borrow that asset! |
I have created a new bit asset data, but can't use
The text was updated successfully, but these errors were encountered: