Où sont les Documents API pour SmartPy?
2 réponses
- votes
-
- 2019-09-29
Je crois ce que vous cherchezest-ce: SP.SEND (SP.Address ("TZ1"),SP.TEZ (420))
Jene trouvepasbeaucoup de documentationpour sp.Send,maisj'ai vu denombreuxexemples SmartPyPy avec SP.SENDet SP.Amount
I believe what you are looking for is this: sp.send(sp.address("tz1"), sp.tez(420))
I can't find much documentation for sp.send but I have seen many SmartPy examples with sp.send and sp.amount
-
parfait.Merci!perfect. thanks!
- 1
- 2019-09-30
- lostdorje
-
- 2019-09-29
Smartpyestencoreen début de stadeet de développement avec denouvellesfonctionnalités ajoutées régulièrement.Lesprincipaux liens vers la documentationpeuvent êtretrouvés sur leur site Web https://smartpy.io/ - cespoints surtoutaux différents articles demilieu décrivant les composants qui composent la langueet les outils SmartPyPyPy.Lesmeilleures ressourcespour utiliser SmartPypypour développer des contrats sont lesexemplestrouvés dans les articlesmoyens.
En outre,l'éditeuren ligne dispose de certaines desbases documentées à https://smartpy.io/demo/smartpy_help.html
SmartPy is still early stage and under development with new features being added regularly. The main links to documentation can be found on their website https://smartpy.io/ -- these all mostly point to the various medium articles that describe the components that make up the SmartPy language and tools. The best resources for how to use SmartPy to develop contracts are the examples found in the medium articles.
Additionally, the online editor has some of the basics documented at https://smartpy.io/demo/smartpy_help.html
-
Merciet compris.En ce qui concerne «transfert ()` spécifiquement,existe-t-il?Oùest-ce?Je creuse dans lemodule SmartPyet netrouve que `de .smartimporterintelligent de .Import Objfonctions de l'importation de .version __version__`.Je creuseplus loin dans ceuxet jene trouvepas cetteméthode. Merci!Thank you and understood. Regarding `transfer()` specifically, does it exist? Where is it? I dig into the smartpy module and find only `from .smart import SMART from . import objfunctions from .version import __version__`. I dig further into those and can't find this method. Thanks!
- 0
- 2019-09-29
- lostdorje
-
Cela ressemble à une question différente.Stackexchangefonctionnemieux lorsque vousposez une questiontrès spécifique avec autant de détails quepossible,je vous suggère de demander commenttransférer à l'aide de SmartPy avectous les détails deexactement ce que vousessayez d'accomplir.De cettefaçon,ilestfacilepour quelqu'un detrèsfamilier avec cette zone de SmartPypourtrouveret répondre à votre question.La question était spécifiquement sur lesendroits où obtenir les documents,veuillez ajouter unenouvelle question.That sounds like a different question. Stackexchange works best when you ask a very specific question with as much detail as possible I suggest you ask how to transfer using smartpy with all the details of exactly what it is you are trying to accomplish. That way it is easy for someone very familiar with that area of smartpy to find and answer your question. The question was specifically about where to get the docs, please add a new question.
- 0
- 2019-09-29
- cousinit
-
Mercipour lespointeurs.Je les ai déjà vus aussi,maisn'avaitpas vu unexemple detransfert de l'argent.Thanks for the pointers. I've seen them as well, yet hadn't seen an example transferring money.
- 0
- 2019-09-30
- lostdorje
-
Mapremièrephrase étaitma question actuelle.J'aifourni un appel de code de ce queje voulaisfaire.La deuxième question sur Docs était seulementparce queje cherchais une réponse àmapremière question.My first sentence was my actual question. I provided a sample code call of what I wanted to do. The second question about docs was only because I was looking for an answer to my first question.
- 0
- 2019-09-30
- lostdorje
Jetravaillemaintenant sur un contratmaintenantet spécifiquement,j'aimerais appeler une API SmartPy,comme
sp.transfer(address, amount)
?Y a-t-il unefonction comme celle-ci?Jene trouvepas la Documents APIpour SmartPypyet creuser dans lemodule SmartPyne m'apas ététrès loin.
Où devrais-je rechercherplus d'informations?