docs: add more warnings

This commit is contained in:
0xSage
2022-07-15 14:39:10 -04:00
parent 9e7996d5c9
commit 5a2fa3d0d5

View File

@@ -50,6 +50,8 @@
<div class="row mt-4">
<p class="heading" style="color:yellow;">Warning</p>
<p class="p-text">The circuits and smart contracts written for this marketplace has not been audited, use at your own risk.</p>
<p class="p-text">Plugins are evaluated in the context of your game and can access all of your private information (including private key!). Plugins can dynamically load data, which can be switched out from under you!!! Use these plugins at your own risk.</p>
<p class="p-text">You should not use any plugins that you haven't written yourself or by someone you trust completely. You or someone you trust should control the entire pipeline (such as imported dependencies) and should review plugins before you use them.</p>
</div>
<div class="row mt-4">
<p class="heading">Resources</p>