prompt stringlengths 109 265 | completion stringlengths 5 10.8k |
|---|---|
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: handlers.md Path: ../ao-cookbook/src/ja/references/handlers.md | ã³ãã©ããã³ãã©ãªã¹ãããåé€ããŸãã
## äŸ
### ãã¿ãŒã³ããŒãã«ã®äœ¿çš
```lua
Handlers.add("ping",
{ Action = "ping" },
function (msg)
print('ping')
msg.reply({Data = "pong" })
end
)
```
### Using resolvers
```lua
Handlers.add(
"foobarbaz",
{ Action = "Speak" }, {
[{Status = "foo"}] = function (msg) print("foo") end,
[{St... |
This is a Markdown documentation from the AO documentation repository. Filename: editor-setup.md Path: ../ao-cookbook/src/ja/references/editor-setup.md | ---
next:
text: "ã³ãã¥ããã£"
link: "/references/community"
---
# ãšãã£ã¿ã®ã»ããã¢ãã
aoã®çµã¿èŸŒã¿é¢æ°ããŠãŒãã£ãªãã£ããã¹ãŠèŠããã®ã¯é£ããå ŽåããããŸããéçºè
äœéšãåäžãããããã«ããæ°ã«å
¥ãã®ããã¹ããšãã£ã¿ã«[Lua Language Server](https://luals.github.io)æ¡åŒµæ©èœãã€ã³ã¹ããŒã«ãã[ao addon](https://github.com/martonlederer/ao-definitions)ã远å ããããšããå§ãããŸããããã«ããããã¹ãŠã®çµã¿èŸŒã¿ã®aos[ã¢ãžã¥ãŒã«](../guides/aos/m... |
This is a Markdown documentation from the AO documentation repository. Filename: data.md Path: ../ao-cookbook/src/ja/references/data.md | <!-- # Accessing Data from Arweave with ao
There may be times in your ao development workflow that you want to access data from arweave. With ao your process can send an assignment instructing the network to provide that data to your Process.
In order, to request data from arweave, you simply call Assign with a list ... |
This is a Markdown documentation from the AO documentation repository. Filename: eval.md Path: ../ao-cookbook/src/ja/references/eval.md | # Eval
åAOããã»ã¹ã«ã¯ãåä¿¡ããæ°ããã³ãŒããè©äŸ¡ãããªã³ããŒãã®`Eval`ãã³ãã©ãå«ãŸããŠããŸãããã®ãã³ãã©ã«ãããããã»ã¹ã¯åä¿¡ã³ãŒãã«å¯ŸããŠé©åãªã¢ã¯ã·ã§ã³ã決å®ãããã®ã¡ãã»ãŒãžãããã»ã¹ã®ææè
ããã®ãã®ã§ãããã確èªããŸãã
`Eval`ãã³ãã©ã¯ãåä¿¡ã¡ãã»ãŒãžããåãåã£ãããŒã¿ãè©äŸ¡ããããã«æåã§ããªã¬ãŒããããšãã§ããŸãã
## NodeJSã§Evalã¡ãã»ãŒãžãéä¿¡ãã
```js
import { readFileSync } from "node:fs";
import { message, createDataItemSigner } from "@permaweb/aoconn... |
This is a Markdown documentation from the AO documentation repository. Filename: index.md Path: ../ao-cookbook/src/ja/welcome/index.md | ---
next:
# text: "Getting Started"
text: âã¯ããã«â
link: "./getting-started"
---
<!-- # Welcome to ao -->
# aoãžãããã

<!-- The ao computer is a world where countless parallel processes interact within a single, cohesive computing environment, seamlessly interlinked through a native m... |
This is a Markdown documentation from the AO documentation repository. Filename: getting-started.md Path: ../ao-cookbook/src/ja/welcome/getting-started.md
Note: This content continues in the next part. | <!-- # Get started in 5 minutes -->
# 5åã§å§ãã
<!-- In less than 5 mins, we'll walk you through the process of taking your first peek into the rabbit hole. ð³ïžð -->
5å以å
ã§ãç§ãã¡ã¯ããªããäžæè°ãªäžçãžãšãæ¡å
ããŸããð³ïžð
<!-- ## System requirements -->
## ã·ã¹ãã èŠä»¶
<!-- The local client of aos is super simple to install. Just make sure y... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: getting-started.md Path: ../ao-cookbook/src/ja/welcome/getting-started.md | ãããçµæããªã¯ãšã¹ããããæ¬¡ã®ããã«çµæã衚瀺ãããã¯ãã§ãïŒ
```lua
"Hello, ao!"
```
<!-- ## Eh. What's the big deal? -->
## ããã§ïŒäœããããã®ïŒ
<!-- Sent it a message to your process, permanently etched it into Arweave, then asked a distributed compute network to calculate its result. -->
ããªãã®ããã»ã¹ã«ã¡ãã»ãŒãžãéãããããArweaveã«æ°žä¹
ã«å»ãŸããåŸã忣èšç®ãããã¯ãŒã¯ã«ãã®çµæãèšç®ãããŸã... |
This is a Markdown documentation from the AO documentation repository. Filename: quests.md Path: ../ao-cookbook/src/ja/welcome/testnet-info/quests.md | <!-- # Quests FAQ -->
# ã¯ãšã¹ãFAQ
::: info
<!-- The `ao` ecosystem is in a very early stage and full of opportunity.
There is a community quest board full of ways that you can get involved testing and building
software to grow the ecosystem, all while earning its native currency: CRED. -->
aoãšã³ã·ã¹ãã ã¯éåžžã«åææ®µéã«ãããæ°å€ãã®æ©äŒã... |
This is a Markdown documentation from the AO documentation repository. Filename: index.md Path: ../ao-cookbook/src/ja/welcome/testnet-info/index.md | ---
prev:
text: "Welcome"
link: "../index"
next:
text: "Begin"
link: "/tutorials/begin/index"
---
<!-- # Get involved with the ao legacynet -->
# aoãã¹ããããã«åå ããã
<!-- On February 27, 2024, `ao` legacynet was launched, for developers and early adopters to explore the hyper parallel computer. -->
2024幎2æ27æ¥ãéçº... |
This is a Markdown documentation from the AO documentation repository. Filename: index.md Path: ../ao-cookbook/src/ja/guides/index.md | ---
prev:
text: "ã¢ãªãŒãã®æ¡åŒµ"
link: "/tutorials/bots-and-games/build-game"
next:
text: "aos"
link: "./aos/index"
---
# ã¬ã€ã
ãããã®ã¬ã€ãã¯ãaoããã³aosã®ããã²ãŒããæå©ããããã£ããã«ãŒã ããèªåŸçã§åæ£åã®ããããªã©ãããŸããŸãªãã®ãæ§ç¯ããããã®æ¯æŽãç®çãšããŠããŸãã
## ã¬ã€ãã®äžèЧ
- [aos](aos/index)
- [aoconnect](aoconnect/aoconnect)
- [0rbit](0rbit/index)
- [BetterIDEa IDE](bet... |
This is a Markdown documentation from the AO documentation repository. Filename: troubleshooting.md Path: ../ao-cookbook/src/ja/guides/aos/troubleshooting.md | # ao.linkã䜿çšãããã©ãã«ã·ã¥ãŒãã£ã³ã°
忣åã³ã³ãã¥ãŒã¿ãšãããã¯ãŒã¯ã§äœæ¥ããéã«ã¯ãèªåã®ã³ãŒãã ãã§ãªããã¡ãã»ãŒãžãããŒã¯ã³æ®é«ãããã»ã¹ã®ããŒã¯ã³è»¢éã远跡ã§ããå¿
èŠããããŸããããã§[https://ao.link](https://ao.link)ãããªãã®ããŒã«ããã¯ã¹ã«äžå¯æ¬ ãªããŒã«ãšãªããŸãã

## åæ
AOLinkã«ã¯4ã€ã®åæææšããããŸãïŒ
- ç·ã¡ãã»ãŒãžæ°
- ç·ãŠãŒã¶ãŒæ°
- ç·ããã»ã¹æ°
- ç·ã¢ãžã¥ãŒã«æ°
ãããã®åæã¯ãaoãããã¯ãŒã¯ã®å
šäœçãªåŠçã®å¥åº·ç¶æ
ãè¿
éã«ææ¡ããã®ã«... |
This is a Markdown documentation from the AO documentation repository. Filename: installing.md Path: ../ao-cookbook/src/ja/guides/aos/installing.md | # Installing aos
`aos`ã®ã€ã³ã¹ããŒã«ã«ã¯`NodeJS`ãå¿
èŠã§ã - https://nodejs.org
> NOTE: Windowsã䜿çšããŠããå ŽåãWSLã³ã³ãœãŒã«ã§ããè¯ãçµæãåŸããããããããŸããã
```sh
npm i -g https://get_ao.g8way.io
```
ã€ã³ã¹ããŒã«ãå®äºãããã `aos` ãšå
¥åããŠå®è¡ã§ããŸãã
|
This is a Markdown documentation from the AO documentation repository. Filename: token.md Path: ../ao-cookbook/src/ja/guides/aos/token.md
Note: This content continues in the next part. | # `ao`ã§ã®ããŒã¯ã³ã®æ§ç¯
ããŒã¯ã³ãäœæããéã«ã¯ã`ao`å
ã§[Luaèšèª](../../references/lua.md)ãåŒãç¶ã䜿çšããŠããŒã¯ã³ããã³ãããŸããããã¯ã[ããŒã¯ã³ã¹ãã·ãã£ã±ãŒã·ã§ã³](../../references/token.md)ã§æŠèª¬ãããååã«åŸããŸãã
### ããŒã¯ã³ãäœæãã2ã€ã®æ¹æ³ïŒ
**1 - ããŒã¯ã³ãã«ãŒããªã³ãã䜿çšãã:**
`.load-blueprint token`
ããŒã¯ã³ãã«ãŒããªã³ãã䜿çšãããšããã§ã«ãã¹ãŠã®ãã³ãã©ãšç¶æ
ãå®çŸ©ãããããŒã¯ã³ãäœæãããŸããããã¯ããŒã¯ã³ãäœæããæãç°¡åãªæ¹æ³ã§ãããã«ãŒããªã³ããèªã¿èŸŒãã åŸããããã®ãã³ãã©... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: token.md Path: ../ao-cookbook/src/ja/guides/aos/token.md
Note: This content continues in the next part. | åãæ
å ±ããã³æ®é«ãã³ãã©ã転éãã³ãã©ããã³ããã³ãã©ãèšå®ããå®å
šãªããã»ã¹ãäœæããŠããããããã¹ãŠã1ã€ã®ãã¡ã€ã«ã«ãŸãšããã®ãæåã§ãã
ããã«ãããäžè²«æ§ãä¿ã€ããšãã§ããŸãããªããªãã`token.lua`ãã¡ã€ã«ã`aos`ã«åèªã¿èŸŒã¿ãããã³ã«ãåãã³ãã©ãæŽæ°ãããããã§ãã
:::
ãã®ã³ãŒãã¯ã誰ããã¿ã°`Action = "info"`ã®ã¡ãã»ãŒãžãéä¿¡ããå Žåãç§ãã¡ã®ããŒã¯ã³ãäžèšã§å®çŸ©ããããã¹ãŠã®æ
å ±ãå«ãã¡ãã»ãŒãžãè¿ãããšãæå³ããŸãã`Target = msg.From`ã«æ³šæããŠãã ãããããã¯ãaoããã®ã¡ãã»ãŒãžãéä¿¡ããããã»ã¹ã«è¿ä¿¡ããŠããããšã瀺ããŸãã
#### æ
å ±ããã³... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: token.md Path: ../ao-cookbook/src/ja/guides/aos/token.md
Note: This content continues in the next part. | Target = msg.Tags.Recipient,
Tags = { Action = 'Credit-Notice', Sender = msg.From, Quantity = tostring(qty) }
})
```
<!-- If there was insufficient balance for the transfer it sends back a failure message -->
転éã®ããã®æ®é«ãäžè¶³ããŠããå Žåã倱æã¡ãã»ãŒãžãè¿ããŸãã
```lua
ao.send({
Target = msg.Tags.From,
Tags = { Action = '... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: token.md Path: ../ao-cookbook/src/ja/guides/aos/token.md | ãšããŠãã ããã
<!-- You will see two process IDs or wallet addresses, each displaying a balance. The first should be your sending process ID, the second should be the recipient's process ID.
#### 6 - Minting Tokens
Finally, attempt to mint some tokens.
-->
```lua
Send({ Target = ao.id, Tags = { Action = "Mint", Quantity ... |
This is a Markdown documentation from the AO documentation repository. Filename: load.md Path: ../ao-cookbook/src/ja/guides/aos/load.md | # .load
ãã®æ©èœã䜿çšãããšãããŒã«ã«ãã·ã³äžã®ãœãŒã¹ãã¡ã€ã«ããLuaã³ãŒããããŒãã§ããŸãããã®ã·ã³ãã«ãªæ©èœã¯ãaosããã»ã¹ã§äœæ¥ããããã®çŽ æŽãããéçºäœéšãæäŸããŸãã
ãã³ãã©ãŒãäœæããéãå€ãã®ã³ãŒããå¿
èŠã«ãªãããšããããŸãããã®ãããvscodeã®ãããªè±å¯ãªéçºç°å¢ã掻çšããããšæãããšã§ããããLuaæ¡åŒµæ©èœãã€ã³ã¹ããŒã«ããã°ãæ§æãã§ãã¯ãåããããŸãã
ã§ã¯ãããŒã«ã«ã®LuaãœãŒã¹ã³ãŒããaoããã»ã¹ã«å
¬éããã«ã¯ã©ãããã°ããã®ã§ããããïŒããã§`.load`ã³ãã³ãã圹ç«ã¡ãŸãã
hello.lua
```lua
Handlers.add(
"ping",
Handler... |
This is a Markdown documentation from the AO documentation repository. Filename: pingpong.md Path: ../ao-cookbook/src/ja/guides/aos/pingpong.md | <script setup>
import {onMounted} from "vue"
import {renderRepl} from "../../../tools/replRenderer.jsx"
const codes = {
"step-3": `Handlers.add(
"pingpong",
Handlers.utils.hasMatchingData("ping"),
Handlers.utils.reply("pong")
)`,
"step-5": `Send({ Target = ao.id, Data = "ping" })`... |
This is a Markdown documentation from the AO documentation repository. Filename: index.md Path: ../ao-cookbook/src/ja/guides/aos/index.md | ---
prev:
text: "Tutorials"
link: "/guides/tutorials/"
next:
text: "Introduction to aos"
link: "/guides/aos/intro"
---
# aos
`ao`ã¯ã忣ã³ã³ãã¥ãŒããå¯èœã«ãããã€ããŒãã©ã¬ã«ã³ã³ãã¥ãŒã¿ã§ããã`aos`ã¯ãã®ã³ã³ãã¥ãŒã¿äžã®ãªãã¬ãŒãã£ã³ã°ã·ã¹ãã ã§ãã
`aos`ã䜿çšãããšãããã»ã¹ãšå¯Ÿè©±ããéåžžã«ã·ã³ãã«ã§çŽæçãªæ¹æ³ã§ããã»ã¹ãã³ãŒãã£ã³ã°ã§ããŸããå¿
èŠãªã®ã¯ã¿ãŒããã«ãšãšãã£ã¿ãŒã ãã§ãã
`aos`ã§éžã°ããèšèªã¯[Lua](../../concepts/lua.m... |
This is a Markdown documentation from the AO documentation repository. Filename: editor.md Path: ../ao-cookbook/src/ja/guides/aos/editor.md | # ãšãã£ã¿èšå®
ãã¹ãŠã®çµã¿èŸŒã¿ã®ao颿°ããŠãŒãã£ãªãã£ãèŠããã®ã¯æã«ã¯é£ããããšããããŸããéçºè
ã®äœéšãåäžãããããã«ããæ°ã«å
¥ãã®ããã¹ããšãã£ã¿ã«[Lua Language Server](https://luals.github.io)æ¡åŒµæ©èœãã€ã³ã¹ããŒã«ãã[aoã¢ããªã³](https://github.com/martonlederer/ao-definitions)ã远å ããããšããå§ãããŸããããã«ããããã¹ãŠã®çµã¿èŸŒã¿ã®aos [ã¢ãžã¥ãŒã«](../aos/modules/index)ã[ã°ããŒãã«å€æ°](../aos/intro#globals)ããµããŒãããŸãã
## VS Code
[sum... |
This is a Markdown documentation from the AO documentation repository. Filename: prompt.md Path: ../ao-cookbook/src/ja/guides/aos/prompt.md | # aosã§ã®ããã³ããã®ã«ã¹ã¿ãã€ãº
## ã¹ããã1: aosãéããŠãšãã£ã¿ãéå§ãã
- aosã³ãã³ãã©ã€ã³ã€ã³ã¿ãŒãã§ã€ã¹ãèµ·åããŸãã
- `.editor`ãšå
¥åããŠãã€ã³ã©ã€ã³ããã¹ããšãã£ã¿ãéããŸãã
## ã¹ããã2: ã«ã¹ã¿ã ããã³ãã颿°ãæžã
- ãšãã£ã¿ã§ãã«ã¹ã¿ã ããã³ãã颿°ãå®çŸ©ããŸããäŸãã°ïŒ
<!--
# Customizing the Prompt in aos
## Step 1: Open aos and Start the Editor
- Launch the aos command-line interface.
- Enter `.editor` to open ... |
This is a Markdown documentation from the AO documentation repository. Filename: cli.md Path: ../ao-cookbook/src/ja/guides/aos/cli.md | # CLI
aosã«æž¡ãã³ãã³ãã©ã€ã³åŒæ°ã¯ä»¥äžã®æäœãè¡ãããã®ãã®ã§ã:
- [name] - æ°ããããã»ã¹ãäœæãããããŠã©ã¬ããçšã®æ¢åã®ããã»ã¹ãèªã¿èŸŒã¿ãŸã
- --load [file] - ãã¡ã€ã«ãèªã¿èŸŒã¿ãŸãããã®ã³ãã³ãã1ã€ãŸãã¯è€æ°è¿œå ã§ããŸã
- --cron [interval] - ããã»ã¹ãäœæããéã®ã¿äœ¿çšããŸã
- --wallet [walletfile] - ç¹å®ã®ãŠã©ã¬ããã䜿çšããŸã
## aosã䜿çšããè€æ°ããã»ã¹ã®ç®¡ç
<!-- # CLI
There are some command-line arguments you pass to our aos to do t... |
This is a Markdown documentation from the AO documentation repository. Filename: intro.md Path: ../ao-cookbook/src/ja/guides/aos/intro.md | # ã¯ããã«
aosã¯ãããã»ã¹ãå¥çŽãæ§ç¯ããããã®ç°ãªãã¢ãããŒããæäŸããŸããaoã³ã³ãã¥ãŒã¿ã¯ãèšç®ãã©ãã§ãå®è¡ã§ãã忣åã³ã³ãã¥ãŒã¿ãããã¯ãŒã¯ã§ãããaosã¯ãŠããŒã¯ãªã€ã³ã¿ã©ã¯ãã£ãã·ã§ã«ãæã£ãŠããŸããããªãã¯ãaosãå人çãªãªãã¬ãŒãã£ã³ã°ã·ã¹ãã ãaoããã»ã¹ãæ§ç¯ããããã®éçºç°å¢ããããŠãããã¢ãŒããŒãšããŠå©çšã§ããŸãã
åºæ¬çãªã³ãã³ããããã€ãèŠãŠãããŸãããã
## 倿°
ã³ã³ãœãŒã«ãéããŠä»»æã®å€æ°ã®å
容ã衚瀺ãããå Žåã¯ãåã«å€æ°åãå
¥åããŠãã ããã
```lua
Name
```
## ã€ã³ããã¯ã¹
`Inbox`ã¯ãããªãã®ããã»ã¹ãåä¿¡ããã¡ãã»ãŒãžã®ã³ã¬ã¯ã·ã§ã³ã§ãã
... |
This is a Markdown documentation from the AO documentation repository. Filename: inbox-and-handlers.md Path: ../ao-cookbook/src/ja/guides/aos/inbox-and-handlers.md | # Inboxã®çè§£
aosã§ã¯ãããã»ã¹ã¯ãã³ãã©ãŒãä»ããŠã¡ãã»ãŒãžã«å¿ããŠå®è¡ãããŸããæªåŠçã®ã¡ãã»ãŒãžã¯ããã»ã¹ã®Inboxã«ã«ãŒãã£ã³ã°ãããŸãã
## ãã³ãã©ãŒãšã¯ïŒ
ãã³ãã©ãŒã¯ãããã»ã¹å
ã§ã¡ãã»ãŒãžãåä¿¡ããŠè©äŸ¡ãã颿°ã§ããã¡ãã»ãŒãžããã©ã¡ãŒã¿ãŒãšããŠåãåããããã«åºã¥ããŠåäœããŸãã
<!--
# Understanding the Inbox
In aos, processes are executed in response to messages via handlers. Unhandled messages are routed to the process's Inbox.
##... |
This is a Markdown documentation from the AO documentation repository. Filename: faq.md Path: ../ao-cookbook/src/ja/guides/aos/faq.md | # FAQ
## Ownership
<details>
<summary><strong>ããã»ã¹ã®æææš©ãçè§£ãã</strong></summary>
aosã³ã³ãœãŒã«ã§æ°ããããã»ã¹ãéå§ãããšããã®ããã»ã¹ã®æææš©ã¯ããªãã®ãŠã©ã¬ããã¢ãã¬ã¹ã«èšå®ãããŸãã**aos**ã¯ãããã»ã¹ã®æææš©ãå®çŸ©ããããã«**Owner**ã°ããŒãã«å€æ°ã䜿çšããŸããæææš©ã移転ããããèª°ãææã§ããªãããã«ããã»ã¹ãããã¯ãããå Žåã¯ãåã«**Owner**倿°ãå¥ã®ãŠã©ã¬ããã¢ãã¬ã¹ã«å€æŽãããã**nil**ã«èšå®ããŸãã
</details>
## JSON
<!--
# FAQ
## Ownership
<d... |
This is a Markdown documentation from the AO documentation repository. Filename: chatroom.md Path: ../ao-cookbook/src/ja/guides/aos/blueprints/chatroom.md | # ãã£ããã«ãŒã ãã«ãŒããªã³ã
ãã£ããã«ãŒã ãã«ãŒããªã³ãã¯ã`ao` ã§ãã£ããã«ãŒã ãè¿
éã«æ§ç¯ããã®ã«åœ¹ç«ã€äºåèšèšããããã³ãã¬ãŒãã§ããå§ããã®ã«æé©ãªæ¹æ³ã§ãããããŒãºã«åãããŠã«ã¹ã¿ãã€ãºã§ããŸãã
## ãã£ããã«ãŒã ãã«ãŒããªã³ãã®å
容
- **ã¡ã³ããŒ**: `Members` é
åã¯ããã£ããã«ãŒã ã«ç»é²ãããŠãŒã¶ãŒãä¿åããããã«äœ¿çšãããŸãã
- **ç»é²ãã³ãã©ãŒ**: `register` ãã³ãã©ãŒã¯ãããã»ã¹ããã£ããã«ãŒã ã«åå ã§ããããã«ããŸããããã»ã¹ã `Action = "Register"` ã¿ã°ãæã€ã¡ãã»ãŒãžãéä¿¡ãããšããã³ãã©ãŒã¯ããã»ã¹ã `Members` é
åã«... |
This is a Markdown documentation from the AO documentation repository. Filename: token.md Path: ../ao-cookbook/src/ja/guides/aos/blueprints/token.md
Note: This content continues in the next part. | # ããŒã¯ã³ãã«ãŒããªã³ã
ããŒã¯ã³ãã«ãŒããªã³ãã¯ã`ao`ã§ããŒã¯ã³ãè¿
éã«æ§ç¯ããããã®äºåèšèšããããã³ãã¬ãŒãã§ããããã¯ãå§ããã®ã«æé©ãªæ¹æ³ã§ãããããŒãºã«åãããŠã«ã¹ã¿ãã€ãºã§ããŸãã
## ããŒã¯ã³ãã«ãŒããªã³ãã®å
容
- **ãã©ã³ã¹**: `Balances`é
åã¯ãåå è
ã®ããŒã¯ã³ãã©ã³ã¹ãä¿åããããã«äœ¿çšãããŸãã
- **æ
å ±ãã³ãã©ãŒ**: `info`ãã³ãã©ãŒã¯ãããã»ã¹ãããŒã¯ã³ã®ãã©ã¡ãŒã¿ãŒïŒååããã£ãã«ãŒãããŽãåäœãªã©ïŒãååŸã§ããããã«ããŸãã
- **ãã©ã³ã¹ãã³ãã©ãŒ**: `balance`ãã³ãã©ãŒã¯ãããã»ã¹ãåå è
ã®ããŒã¯ã³ãã©ã³ã¹ãååŸã§ããããã«ããŸãã
-... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: token.md Path: ../ao-cookbook/src/ja/guides/aos/blueprints/token.md | msg.Quantity)
--[[
Only send the notifications to the Sender and Recipient
if the Cast tag is not set on the Transfer message
]]
--
if not msg.Cast then
-- Debit-Notice message template, that is sent to the Sender of the transfer
local debitNotice = {
Action = ... |
This is a Markdown documentation from the AO documentation repository. Filename: index.md Path: ../ao-cookbook/src/ja/guides/aos/blueprints/index.md | ---
prev:
text: "Build a Token"
link: "../token"
next:
text: "Token Blueprint"
link: "./token"
---
# Blueprints
Blueprintsã¯ã`ao`ã§è¿
éã«æ§ç¯ããã®ã«åœ¹ç«ã€äºåèšèšããããã³ãã¬ãŒãã§ãããããã¯ãå§ããããã®åªããæ¹æ³ã§ãããããŒãºã«åãããŠã«ã¹ã¿ãã€ãºã§ããŸãã
## å©çšå¯èœãªãã«ãŒããªã³ã
- [ãã£ããã«ãŒã ](chatroom)
- [CRED Utils](cred-utils)
- [ã¹ããŒãã³ã°](staking)
- [ããŒã¯ã³](token)
- [æç¥š](vot... |
This is a Markdown documentation from the AO documentation repository. Filename: cred-utils.md Path: ../ao-cookbook/src/ja/guides/aos/blueprints/cred-utils.md
Note: This content continues in the next part. | # CRED ãŠãŒãã£ãªãã£ãã«ãŒããªã³ã
CRED ãŠãŒãã£ãªãã£ãã«ãŒããªã³ãã¯ã`ao` ãã¹ããããã§ CRED æ®é«ãè¿
éã«ç¢ºèªããã®ã«åœ¹ç«ã€äºåèšèšããããã³ãã¬ãŒãã§ãã
## CRED ãŠãŒãã£ãªãã£ãã«ãŒããªã³ãã®å
容
### `CRED` ã¡ã¿ããŒãã«
- **CRED.balance**: `CRED.balance` ãè©äŸ¡ãããšãããã»ã¹ã® CRED ã®æåŸã®æ¢ç¥ã®æ®é«ã衚瀺ãããŸãã
以åã« CRED æ®é«ãååŸããããšããªãå Žåãèªåçã«ååŸãããŸãã
æè¿ CRED ãå€ãã£ããšæãããå Žåã¯ããŸã `CRED.update` ãå®è¡ããããšãæ€èšããŠãã ããã
- **CRED.p... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: cred-utils.md Path: ../ao-cookbook/src/ja/guides/aos/blueprints/cred-utils.md | if balance length is more than 3 to avoid unnecessary formatting
if #balance > 3 then
-- Insert dot before the last three digits
balance = balance:sub(1, -4) .. "." .. balance:sub(-3)
end
return balance
end
-- Handles Balance messages
Handlers.add(
"UpdateCredBalance",
isCredBalanc... |
This is a Markdown documentation from the AO documentation repository. Filename: voting.md Path: ../ao-cookbook/src/ja/guides/aos/blueprints/voting.md | # æç¥šãã«ãŒããªã³ã
æç¥šãã«ãŒããªã³ãã¯ã`ao`ã§è¿
éã«æç¥šã·ã¹ãã ãæ§ç¯ããããã®äºåèšèšããããã³ãã¬ãŒãã§ããããã¯ãå§ããã®ã«æé©ãªæ¹æ³ã§ãããããŒãºã«åãããŠã«ã¹ã¿ãã€ãºã§ããŸãã
## åææ¡ä»¶
æç¥šãã«ãŒããªã³ãã䜿çšããã«ã¯ããŸã[ããŒã¯ã³ãã«ãŒããªã³ã](./token.md)ãããŒãããå¿
èŠããããŸãã
## æç¥šãã«ãŒããªã³ãã®å
容
- **ãã©ã³ã¹**: `Balances`é
åã¯ãåå è
ã®ããŒã¯ã³ãã©ã³ã¹ãä¿åããããã«äœ¿çšãããŸãã
- **æç¥š**: `Votes`é
åã¯ãåå è
ã®æç¥šãä¿åããããã«äœ¿çšãããŸãã
- **æç¥šã¢ã¯ã·ã§ã³ãã³ãã©ãŒ**: `vote`ãã³ãã©ãŒã¯ãã... |
This is a Markdown documentation from the AO documentation repository. Filename: staking.md Path: ../ao-cookbook/src/ja/guides/aos/blueprints/staking.md | # ã¹ããŒãã³ã°ãã«ãŒããªã³ã
ã¹ããŒãã³ã°ãã«ãŒããªã³ãã¯ã`ao`ã§ã¹ããŒãã³ã°ã·ã¹ãã ãè¿
éã«æ§ç¯ããããã®äºåèšèšããããã³ãã¬ãŒãã§ããããã¯ãå§ããã®ã«æé©ãªæ¹æ³ã§ãããããŒãºã«åãããŠã«ã¹ã¿ãã€ãºã§ããŸãã
## åææ¡ä»¶
ã¹ããŒãã³ã°ãã«ãŒããªã³ãã䜿çšããã«ã¯ãæåã«[ããŒã¯ã³ãã«ãŒããªã³ã](./token.md)ãããŒãããå¿
èŠããããŸãã
## ã¹ããŒãã³ã°ãã«ãŒããªã³ãã®å
容
- **ã¹ããŒã«ãŒ**: `Stakers`é
åã¯ãåå è
ã®ã¹ããŒã¯ãããããŒã¯ã³ãä¿åããããã«äœ¿çšãããŸãã
- **ã¢ã³ã¹ããŒãã³ã°**: `Unstaking`é
åã¯ãåå è
ã®ã¢ã³ã¹ããŒãã³ã°ãªã¯ãšã¹ããä¿åããã... |
This is a Markdown documentation from the AO documentation repository. Filename: json.md Path: ../ao-cookbook/src/ja/guides/aos/modules/json.md | # JSON
JSONã¢ãžã¥ãŒã«ã¯ãJavaScript Object Notationã䜿çšããŠãªããžã§ã¯ãã®ãšã³ã³ãŒããšãã³ãŒããå¯èœã«ããŸãã
### Example usage
```lua
local json = require("json")
json.encode({
a_string = "This is a string",
nums = { 1, 2, 3 }
})
```
<!-- ## Module functions
### `encode()`
This function returns a string representation of a Lua object in JSON... |
This is a Markdown documentation from the AO documentation repository. Filename: utils.md Path: ../ao-cookbook/src/ja/guides/aos/modules/utils.md
Note: This content continues in the next part. | # Utils
æ±çšã®ããŒãã«æäœãšæ€èšŒã®ããã®ãŠãŒãã£ãªãã£ã©ã€ãã©ãªã§ããã«ãªãŒåœ¢åŒãšåŸæ¥ã®ããã°ã©ãã³ã°ã®äž¡æ¹ããµããŒãããŠããŸãã
> **Note**: 次ã®é¢æ°ã«æäŸãããå
¥åãæåŸ
ãããã¿ã€ããšäžèŽããŠããããšã確èªããããšãéèŠã§ãã
<!-- # Utils
A utility library for generic table manipulation and validation. It supports both curry-styled and traditional programming.
> **Note**: It is important to verify that the input... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: utils.md Path: ../ao-cookbook/src/ja/guides/aos/modules/utils.md | the user "John"
utils.find(
function (val) return user.name == "John" end,
users
)
```
```lua
-- returns the user "Maria"
utils.find(function (val) return user.age == 33 end)(users)
```
<!--
### `reverse()`
Transforms an array into reverse order.
- **Parameters:**
- `data`: `{table}` The array to reverse
- *... |
This is a Markdown documentation from the AO documentation repository. Filename: ao.md Path: ../ao-cookbook/src/ja/guides/aos/modules/ao.md | <!-- # ao
Built in global library for sending messages, spawning processes, etc.
### Example usage
The global `ao` object is accessible anywhere in your process: -->
# ao
ã°ããŒãã«ã©ã€ãã©ãªã¯ãã¡ãã»ãŒãžã®éä¿¡ãããã»ã¹ã®çæãªã©ã«äœ¿çšãããŸãã
### 䜿çšäŸ
ã°ããŒãã« `ao` ãªããžã§ã¯ãã¯ãããã»ã¹å
ã®ã©ãããã§ãã¢ã¯ã»ã¹å¯èœã§ãïŒ
```lua
-- sends a message to another process ("Transf... |
This is a Markdown documentation from the AO documentation repository. Filename: index.md Path: ../ao-cookbook/src/ja/guides/aos/modules/index.md | ---
prev:
text: "Staking Blueprint"
link: "../blueprints/staking"
next:
text: "JSON"
link: "./json"
---
# ã¢ãžã¥ãŒã«
aosã®ãã¹ãŠã®çµã¿èŸŒã¿ã¢ãžã¥ãŒã«ã«é¢ããããã¥ã¡ã³ãã§ãã
## å©çšå¯èœãªã¢ãžã¥ãŒã«
- [JSON](json)
- [ao](ao)
- [crypto](crypto)
- [Base64](base64)
- [pretty](pretty)
- [Utils](utils)
|
This is a Markdown documentation from the AO documentation repository. Filename: pretty.md Path: ../ao-cookbook/src/ja/guides/aos/modules/pretty.md | # Pretty
ãã®ã¢ãžã¥ãŒã«ã¯ããã©ãŒãããããã人éã«åªãããèªã¿ãããæ§æãå°å·ããããšãå¯èœã«ããŸãã
## ã¢ãžã¥ãŒã«é¢æ°
### `tprint()`
æäŸãããããŒãã«ã®æ§é ã®ãã©ãŒããããããæååãè¿ããŸãã
- **ãã©ã¡ãŒã¿:**
- `tbl`: `{table}` ãã©ãŒãããããããŒãã«
- `indent`: `{number}` åã¬ãã«ã®ããŒãã«ã®ãªãã·ã§ã³ã®ã€ã³ãã³ã
- **æ»ãå€:** ãã©ãŒããããããããŒãã«æ§é ã®æåå
#### Examples
```lua
local pretty = require(".pretty")
local formatted =... |
This is a Markdown documentation from the AO documentation repository. Filename: base64.md Path: ../ao-cookbook/src/ja/guides/aos/modules/base64.md | # Base64
<!--
A small `base64` module to encode or decode base64 text.
> **Note:** It is recommended to enable caching for large chunks of texts for up to x2 optimization. -->
å°ã㪠`base64` ã¢ãžã¥ãŒã«ã§ãbase64 ããã¹ãããšã³ã³ãŒããŸãã¯ãã³ãŒãããŸãã
> **泚æ:** 倧ããªããã¹ããã£ã³ã¯ã«å¯ŸããŠãã£ãã·ã³ã°ãæå¹ã«ããããšããå§ãããŸããæå€§ã§ x2 ã®æé©åãå¯èœã§ãã
### Example usage
```lua... |
This is a Markdown documentation from the AO documentation repository. Filename: crypto.md Path: ../ao-cookbook/src/ja/guides/aos/modules/crypto.md
Note: This content continues in the next part. | # crypto
## æŠèŠ
`crypto` ã¢ãžã¥ãŒã«ã¯ãçŽç²ãª Lua ã§å®è£
ãããããã·ã¥ãæå·åã埩å·åãªã©ã®æå·åããªããã£ãã®ã»ãããæäŸããŸããããŒã¿ãããã·ã¥ãæå·åã埩å·åããããã®ããã€ãã®æ©èœãæäŸããå®å
šãªéä¿¡ãšããŒã¿ã¹ãã¬ãŒãžã®éçºãç°¡çŽ åããŸãããã®ããã¥ã¡ã³ãã§ã¯ãã¢ãžã¥ãŒã«ã®æ©èœãã€ã³ã¹ããŒã«ãããã³äœ¿ç𿹿³ã«ã€ããŠèª¬æããŸãã
<!-- # crypto
## Overview
The `crypto` module provides a set of cryptographic primitives like digests, ciphers and other cryptograph... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: crypto.md Path: ../ao-cookbook/src/ja/guides/aos/modules/crypto.md
Note: This content continues in the next part. | <!-- ## SHA2_256
Calculates the SHA2-256 digest of a given message.
- **Parameters:**
- `stream` (Stream): The message in form of stream
- **Returns:** A table containing functions to get digest in different formats.
- `asBytes()`: The digest as byte table.
- `asHex()`: The digest as string in hexadecimal forma... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: crypto.md Path: ../ao-cookbook/src/ja/guides/aos/modules/crypto.md
Note: This content continues in the next part. | ᅵãã·ã§ã³: æå·åã«äœ¿çšããæäœã¢ãŒãã **ããã©ã«ãã¯"CBC"**ã 䜿çšå¯èœãªã¢ãŒã㯠`CBC`, `ECB`, `CFB`, `OFB`, `CTR` ã§ãã
- `keyLength` (number) ãªãã·ã§ã³: æå·åã«äœ¿çšããããŒã®é·ãã **ããã©ã«ãã¯128**ã
- **æ»ãå€:** ç°ãªã圢åŒã§æå·åãããããŒã¿ãååŸããããã®é¢æ°ãå«ãããŒãã«ã
- `asBytes()`: ãã€ãããŒãã«åœ¢åŒã®æå·åããŒã¿ã
- `asHex()`: 16é²åœ¢åŒã®æååãšããŠã®æå·åããŒã¿ã
- `asString()`: æåå圢åŒã®æå·åããŒã¿ã
## Decrypt
AESã¢ã«ãŽãªãºã ... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: crypto.md Path: ../ao-cookbook/src/ja/guides/aos/modules/crypto.md
Note: This content continues in the next part. | 5. `encrypt`: Encrypts a given message using the ISAAC cipher.
6. `decrypt`: Decrypts a given message using the ISAAC cipher.
### Encrypt
Encrypts a given message using the ISAAC cipher.
- **Parameters:**
- `msg` (string): The message to be encrypted.
- `key` (string): The key to be used for encryption.
- **Retu... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: crypto.md Path: ../ao-cookbook/src/ja/guides/aos/modules/crypto.md
Note: This content continues in the next part. | - `plain` (string): The message to encrypt (variable length string).
- `header` (string) optional: The additional data (variable length string). **defaults to ""**.
- `trailer` (string) optional: The additional data (variable length string). **defaults to ""**.
- **Returns:** A table containing functions to get e... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: crypto.md Path: ../ao-cookbook/src/ja/guides/aos/modules/crypto.md
Note: This content continues in the next part. | sha256"**ãå©çšå¯èœãªã¢ã«ãŽãªãºã ã¯"sha1"ã"sha256"ã§ãã**ããã©ã«ãã¯"sha1"**ã
- **æ»ãå€:** ç°ãªã圢åŒã§HMACãååŸããããã®é¢æ°ãå«ãããŒãã«ã
- `asBytes()`: HMACããã€ãããŒãã«ãšããŠååŸããŸãã
- `asHex()`: HMACã16鲿°åœ¢åŒã®æååãšããŠååŸããŸãã
- `asString()`: HMACãæåå圢åŒãšããŠååŸããŸãã
<!--
# MACs
## HMAC
The Hash-based Message Authentication Code (HMAC) is a mechanism for message authe... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: crypto.md Path: ../ao-cookbook/src/ja/guides/aos/modules/crypto.md
Note: This content continues in the next part. | to convert to a hexadecimal string.
- **Returns:** The array as a hexadecimal string.
### `concat`
Concatenates two arrays.
- **Parameters:**
- `a` (Array): The array to concatenate with.
- `b` (Array): The array to concatenate.
- **Returns:** The concatenated array.
### `truncate`
Truncates an array to a giv... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: crypto.md Path: ../ao-cookbook/src/ja/guides/aos/modules/crypto.md | Stream
stream.toString(stream.fromString(str)) -- ao
stream.fromArray(arr) -- Stream
stream.toArray(stream.fromArray(arr)) -- {97, 111}
stream.fromHex("616f") -- Stream
stream.toHex(stream.fromHex("616f")) -- 616f
```
<!--
### `fromString`
Creates a stream from a string.
- **Parameters:**
- `str` (string): The ... |
This is a Markdown documentation from the AO documentation repository. Filename: index.md Path: ../ao-cookbook/src/ja/guides/betteridea/index.md | ---
prev:
text: "0rbit"
link: "../0rbit/index"
next:
text: "aos"
link: "../aos/index"
---
# BetterIDEa
[BetterIDEa](https://ide.betteridea.dev)ã¯ãaoäžã§ã®éçºã®ããã®ã«ã¹ã¿ã WebããŒã¹ã®IDEã§ãã
aoå®çŸ©ãçµã¿èŸŒãŸããLuaèšèªãµãŒããŒãæäŸããŠãããããäœãã€ã³ã¹ããŒã«ããå¿
èŠã¯ãããŸãããIDEãéããŠã³ãŒãã£ã³ã°ãå§ããã ãã§ãïŒ
æ©èœã«ã¯ä»¥äžãå«ãŸããŸãïŒ
- ã³ãŒãè£å®
- ã»ã«ããŒã¹ã®ããŒãããã¯UIã«ããè¿
éãªéçº
- ç°¡åãªããã»ã¹ç®¡ç
- ... |
This is a Markdown documentation from the AO documentation repository. Filename: spawning-processes.md Path: ../ao-cookbook/src/ja/guides/aoconnect/spawning-processes.md | # ããã»ã¹ã®çæ
ããã»ã¹ã®æŠå¿µã«ã€ããŠã®è©³çްã¯ã[aoããã»ã¹](../../concepts/processes.md)ã®ã³ã³ã»ãããåç
§ããŠãã ããããã®ã¬ã€ãã§ã¯ãao connectã䜿çšããŠããã»ã¹ãçæããæ¹æ³ã«çŠç¹ãåœãŠãŠããŸãã
ããã»ã¹ãçæããã«ã¯ãArweaveã«ã¢ããããŒããããaoã¢ãžã¥ãŒã«ã®TXIDãå¿
èŠã§ãããã®ã¢ãžã¥ãŒã«ã¯ããã»ã¹ã®ãœãŒã¹ã³ãŒãã§ããããã»ã¹èªäœã¯ããã®ãœãŒã¹ã®ã€ã³ã¹ã¿ã³ã¹åã§ãã
ãŸããã¹ã±ãžã¥ãŒã©ãŒãŠãããïŒSUïŒã®ãŠã©ã¬ããã¢ãã¬ã¹ãå¿
èŠã§ãããã®æå®ãããSUã¯ããã®ããã»ã¹ã®ã¹ã±ãžã¥ãŒã©ãšããŠæ©èœããŸããã€ãŸããã·ã¹ãã å
ã®ãã¹ãŠã®ããŒãã¯ããã®ããã»ã¹ã«å¯ŸããŠãã®... |
This is a Markdown documentation from the AO documentation repository. Filename: monitoring-cron.md Path: ../ao-cookbook/src/ja/guides/aoconnect/monitoring-cron.md | # Cronã®ç£èŠ
cronã¡ãã»ãŒãžã䜿çšããéãaoãŠãŒã¶ãŒã¯ã¡ãã»ãŒãžã®åã蟌ã¿ãéå§ããæ¹æ³ãå¿
èŠã§ãããã®ç£èŠã¡ãœããã䜿çšããããšã§ãaoãŠãŒã¶ãŒã¯cronã¡ãã»ãŒãžã®ãµãã¹ã¯ãªãã·ã§ã³ãµãŒãã¹ãéå§ã§ããŸããcronã¿ã°ãèšå®ãããšãããã»ã¹ã¯ãã®ã¢ãŠãããã¯ã¹ã«cronçµæãçæãå§ããŸããããããã¯ãŒã¯ãéããŠãããã®çµæããã¡ãã»ãŒãžãããã·ã¥ããã«ã¯ããããã®çµæãç£èŠããå¿
èŠããããŸãã
<!-- # Monitoring Cron
When using cron messages, ao users need a way to start injesting the messages, using t... |
This is a Markdown documentation from the AO documentation repository. Filename: calling-dryrun.md Path: ../ao-cookbook/src/ja/guides/aoconnect/calling-dryrun.md | # DryRunã®åŒã³åºã
DryRunã¯ãã¡ãã»ãŒãžãªããžã§ã¯ããç¹å®ã®ããã»ã¹ã«éä¿¡ããçµæãªããžã§ã¯ããååŸããããã»ã¹ã§ãããã¡ã¢ãªã¯ä¿åãããŸãããããã¯ãçŸåšã®ã¡ã¢ãªã®å€ãè¿ãèªã¿åãã¡ãã»ãŒãžãäœæããã®ã«æé©ã§ããäŸãã°ãããŒã¯ã³ã®æ®é«ã転éã®çµæãªã©ã§ããDryRunã䜿çšãããšãå®éã®ã¡ãã»ãŒãžãéä¿¡ããã«åºåãååŸã§ããŸãã
<!-- # Calling DryRun
DryRun is the process of sending a message object to a specific process and getting the Result object back, but the memo... |
This is a Markdown documentation from the AO documentation repository. Filename: installing-connect.md Path: ../ao-cookbook/src/ja/guides/aoconnect/installing-connect.md | # ao connectã®ã€ã³ã¹ããŒã«
## åææ¡ä»¶
---
ao connectãã¢ããªã«ã€ã³ã¹ããŒã«ããã«ã¯ãNodeJS/NPMã®ããŒãžã§ã³ã18以äžã§ããå¿
èŠããããŸãã
<br>
<!-- # Installing ao connect
## Prerequisites
---
In order to install ao connect into your app you must have NodeJS/NPM 18 or higher.
<br> -->
## Installing
### npm
```sh
npm install --save @permaweb/aoconnect
```
... |
This is a Markdown documentation from the AO documentation repository. Filename: reading-results.md Path: ../ao-cookbook/src/ja/guides/aoconnect/reading-results.md | # aoããã»ã¹ããã®çµæã®èªã¿åã
aoã§ã¯ãã¡ãã»ãŒãžãçµæãçæãããããèšç®ãŠãããïŒCUïŒã«ãã£ãŠå©çšå¯èœã«ãªããŸããçµæã¯ãmessagesãspawnsãoutputãerrorã®åãã£ãŒã«ããããªãJSONãªããžã§ã¯ãã§ãã
çµæã¯ãaoã·ã¹ãã ãããã»ã¹ã«ãã£ãŠçæãããã¡ãã»ãŒãžãã¹ããŠã³ãéä¿¡ããããã«äœ¿çšãããã®ã§ããããã»ã¹ã¯ãéçºè
ãšããŠã¡ãã»ãŒãžãéä¿¡ããã®ãšåæ§ã«ãçµæã«ã¡ãã»ãŒãžãã¹ããŠã³ãè¿ãããšã§ã¡ãã»ãŒãžãéä¿¡ã§ããŸãã
ã¡ãã»ãŒãžã«ãã£ãŠçæãããåºåã衚瀺ããããã«çµæã«ã¢ã¯ã»ã¹ãããå ŽåããããŸãããŸããçæãããã¡ãã»ãŒãžãªã©ã確èªãããå Žåãããã§ããããçµæããã¡ãã»ãŒãžãã¹... |
This is a Markdown documentation from the AO documentation repository. Filename: aoconnect.md Path: ../ao-cookbook/src/ja/guides/aoconnect/aoconnect.md | ---
prev:
text: "aos"
link: "/guides/aos"
next:
text: "aoconnectã®ã€ã³ã¹ããŒã«"
link: "/guides/aoconnect/installing-connect"
---
# aoconnect
ao connectã¯ãNode.jsãŸãã¯ãã©ãŠã¶ããã·ã¹ãã ãšå¯Ÿè©±ããããã®JavaScript/TypeScriptã©ã€ãã©ãªã§ãã
ãã®ã»ã¯ã·ã§ã³ã®ã¬ã€ãã§ã¯ãao connectãå©çšããããã®ã¹ãããããæäŸããŸãããã¹ãŠã®ã¹ããããã¯JavaScriptã§æžãããŠããŸãããTypeScriptã«ç°¡åã«å€æã§ããã¯ãã§ãã
<!-- ... |
This is a Markdown documentation from the AO documentation repository. Filename: sending-messages.md Path: ../ao-cookbook/src/ja/guides/aoconnect/sending-messages.md | # ããã»ã¹ãžã®ã¡ãã»ãŒãžã®éä¿¡
ã¡ãã»ãŒãžã®æŠå¿µã«ã€ããŠã®è©³çްã¯ã[aoã¡ãã»ãŒãž](../../concepts/messages.md)ã®ã³ã³ã»ãããåç
§ããŠãã ããããã®ã¬ã€ãã§ã¯ãao connectã䜿çšããŠããã»ã¹ã«ã¡ãã»ãŒãžãéä¿¡ããæ¹æ³ã«çŠç¹ãåœãŠãŠããŸãã
ã¡ãã»ãŒãžãéä¿¡ããããšã¯ãã¢ããªãaoãšå¯Ÿè©±ããäžå¿çãªæ¹æ³ã§ããã¡ãã»ãŒãžã¯ããã»ã¹ãžã®å
¥åã§ããã¡ãã»ãŒãžã«ã¯ã"target"ã"data"ã"tags"ã"anchor"ããããŠæåŸã«ã¡ãã»ãŒãžã®"signature"ã®5ã€ã®éšåããããŸãã
ã¡ãã»ãŒãžããã®èšç®ã§ã©ã®ããã«äœ¿çšããããã確èªããã«ã¯ãããã»ã¹ã¢ãžã¥ãŒã«ã®ãœãŒã¹ã³ãŒããŸãã¯ãã... |
This is a Markdown documentation from the AO documentation repository. Filename: connecting.md Path: ../ao-cookbook/src/ja/guides/aoconnect/connecting.md | # ç¹å®ã®aoããŒããžã®æ¥ç¶
ã³ãŒãã«ao connectãå«ãããšãç¹å®ã®MUããã³CUã«æ¥ç¶ããèœåãšãArweaveã²ãŒããŠã§ã€ãæå®ããèœåããããŸããããã¯ã"connect"颿°ãã€ã³ããŒããã"connect"颿°ãžã®åŒã³åºããã颿°ãæœåºããããšã§å®çŸã§ããŸãã
ã¡ãã»ãŒãžãéä¿¡ããéã«ã©ã®MUãåŒã³åºãããŠããããç¥ãããå ŽåãåŸã§æå®ããMUãããããã°ã§ããããã«ããããã«ããããè¡ãããšããããŸãããŸããç¹å®ã®CUããçµæãèªã¿åãããå ŽåããããŸããå¥ã®çç±ã§ç¹å®ã®MUãšCUã奜ãããšããããããããŸãããããã©ã«ãã®arweave.net以å€ã®ãã®ã䜿çšããããã«ãã²ãŒããŠã§ã€ãæå®ããããšãã§ããŸã... |
This is a Markdown documentation from the AO documentation repository. Filename: assign-data.md Path: ../ao-cookbook/src/ja/guides/aoconnect/assign-data.md | # ããã»ã¹ãžã®ã¢ãµã€ã³ã¡ã³ãã®éä¿¡
ã¢ãµã€ã³ã¡ã³ãã¯ãå¥ã®ã¡ãã»ãŒãžããããŒã¿ãããã»ã¹ã«ããŒãããããã«äœ¿çšã§ããŸãããŸããã¡ãã»ãŒãžãéè€ãããªãããã«ã䜿çšã§ããŸãã1ã€ã®ã¡ãã»ãŒãžãäœæãããããä»»æã®æ°ã®ããã»ã¹ã«ã¢ãµã€ã³ããããšãã§ããŸããããã«ãããã¢ãµã€ã³ã¡ã³ããéä¿¡ããããã»ã¹ã§å©çšå¯èœã«ãªããŸãã
## NodeJSã§ã®ã¢ãµã€ã³ã¡ã³ãã®éä¿¡
<!-- # Sending an Assignment to a Process
Assignments can be used to load Data from another Message into a Process. Or to not duplica... |
This is a Markdown documentation from the AO documentation repository. Filename: get-request.md Path: ../ao-cookbook/src/ja/guides/0rbit/get-request.md
Note: This content continues in the next part. | ---
prev:
text: "0rbit"
link: "/guides/0rbit/index"
next:
text: "æåã®POSTãªã¯ãšã¹ã"
link: "/guides/0rbit/post-request"
---
# æåã®GETãªã¯ãšã¹ã
ãã®ãã¥ãŒããªã¢ã«ã§ã¯ãããªãã®`ao`ããã»ã¹ãéããŠ**0rbitãããã¯ãŒã¯**ã«GETãªã¯ãšã¹ããéä¿¡ããæ¹æ³ãåŠã³ãŸãã
## ð åææ¡ä»¶
- ã·ã¹ãã ã«aosãã€ã³ã¹ããŒã«ãããŠããããšã
- äžéšã®$0RBTã_ãã¡ãã§$0RBTãå
¥æããæ¹æ³ãåŠã¶_[ãã¡ã](https://docs.0rbit.co/protocol/toke... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: get-request.md Path: ../ao-cookbook/src/ja/guides/0rbit/get-request.md | the **Receive-Response**.
- `function(msg)` is the function executed when the handler is called.
- `json.decode` is used to decode the JSON data received.
- `ReceivedData = res` stores the received data in the `ReceivedData` variable.
## ð Run the process
### Create a new process and load the script -->
```bas... |
This is a Markdown documentation from the AO documentation repository. Filename: post-request.md Path: ../ao-cookbook/src/ja/guides/0rbit/post-request.md
Note: This content continues in the next part. | ---
prev:
text: "0rbit"
link: "/guides/0rbit/get-request"
next:
text: "BetterIDEa IDE"
link: "../betteridea/index.md"
---
# æåã®POSTãªã¯ãšã¹ã
ãã®ãã¥ãŒããªã¢ã«ã§ã¯ã`0rbit`ããã»ã¹ã§POSTãªã¯ãšã¹ããè¡ãæ¹æ³ãåŠã³ãŸãã
## ð åææ¡ä»¶
- ã·ã¹ãã ã«aosãã€ã³ã¹ããŒã«ãããŠããããšã
- äžéšã®$0RBTã_ãã¡ãã§$0RBTãå
¥æããæ¹æ³ãåŠã¶_[ãã¡ã](https://docs.0rbit.co/protocol/token/how-to-get)\_
... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: post-request.md Path: ../ao-cookbook/src/ja/guides/0rbit/post-request.md | ᅵã³ãã©ã远å ããããã«äœ¿çšãããŸãã
- **Receive-Data**ã¯ãã³ãã©ã®ååã§ãã
- `Handlers.utils.hasMatchingTag`ã¯ãåä¿¡ã¡ãã»ãŒãžã**Receive-Response**ãšåãã¿ã°ãæã£ãŠãããããã§ãã¯ãã颿°ã§ãã
- `function(msg)`ã¯ããã³ãã©ãåŒã³åºããããšãã«å®è¡ããã颿°ã§ãã
- `json.decode`ã¯ãåä¿¡ããJSONããŒã¿ããã³ãŒãããããã«äœ¿çšãããŸãã
- `ReceivedData = res`ã¯ãåä¿¡ããããŒã¿ã`ReceivedData`倿°ã«æ ŒçŽããŸãã
0rbitããã»ã¹ã¯åžžã«ããŒã¿ã`string`圢åŒã§éä¿¡ããŸ... |
This is a Markdown documentation from the AO documentation repository. Filename: index.md Path: ../ao-cookbook/src/ja/guides/0rbit/index.md | ---
prev:
text: "ããããšã²ãŒã "
link: "/guides/aoconnect/monitoring-cron"
next:
text: "æåã®GETãªã¯ãšã¹ã"
link: "/guides/0rbit/get-request"
---
# 0rbit ð«
[0rbit](https://0rbit.co/)ã¯ã`ao`ã䜿çšããArweaveäžã§åããŠã®åæ£åãªã©ã¯ã«ãããã¯ãŒã¯ã§ãã
0rbitã¯ãã€ã³ã¿ãŒãããäžã«ååšããã¢ã¯ã»ã¹å¯èœãªããããçŸå®äžçã®ããŒã¿ã«ããªãã®`ao`ããã»ã¹ããã¢ã¯ã»ã¹ã§ããããã«ããŸãã
0rbitã¯ãHTTPãããã³ã«ã䜿çšããŠããŒã¿ã«ã¢ã¯ã»ã¹... |
This is a Markdown documentation from the AO documentation repository. Filename: specs.md Path: ../ao-cookbook/src/ja/concepts/specs.md | # ao Specs
<!-- ### What is `ao`? -->
### `ao`ãšã¯äœã§ããïŒ
<!-- The `ao` computer is the [actor oriented](https://en.wikipedia.org/wiki/Actor_model) machine that emerges from the network of nodes that adhere to its core data protocol, running on the [Arweave](https://arweave.org) network. This document gives a brief intr... |
This is a Markdown documentation from the AO documentation repository. Filename: holographic-state.md Path: ../ao-cookbook/src/ja/concepts/holographic-state.md | TODO
|
This is a Markdown documentation from the AO documentation repository. Filename: lua.md Path: ../ao-cookbook/src/ja/concepts/lua.md
Note: This content continues in the next part. | <!-- # A whistle stop tour of Lua.
Before we can explore ao in greater depth, let's take a moment to learn the basics of Lua: your companion for commanding aos processes.
Lua is a simple language with few surprises. If you know Javascript, it will feel like a simplified, purer version. If you are learning from-scratc... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: lua.md Path: ../ao-cookbook/src/ja/concepts/lua.md | return "Hello, " .. name
end
```
éä¿¡ãããšãaosã¯`undefined`ãè¿ããŸããLuaã§ã¯ã颿°ïŒããã³å€æ°ïŒã®å®çŸ©ã¯å€ãè¿ããªãããã§ãã
Luaã«ã¯ãç¡å颿°ãããé«é颿°ãããããŸããããã«ããã颿°èªäœãéåžžã®ããŒã¿ã®ããã«æ±ããä»ã®é¢æ°ãžã®åŒæ°ãšããŠæž¡ãããšãã§ããŸããæ¬¡ã®äŸã¯ç¡å颿°ãå®çŸ©ããŠãããäžèšã®äŸãšåçã§ãïŒ
```lua
greeting =
function(name)
return "Hello, " .. name
end
```
- **Calling the function**: ... |
This is a Markdown documentation from the AO documentation repository. Filename: index.md Path: ../ao-cookbook/src/ja/concepts/index.md | ---
prev:
text: "æåã®POSTãªã¯ãšã¹ã"
link: "../guides/0rbit/post-request"
next:
text: "仿§"
link: "./specs"
---
# ã³ã³ã»ãã
aoã«ã¯å€ãã®ã³ã³ã»ãããçµã¿èŸŒãŸããŠããŸãããã³ã¢ãšãªãã³ã³ã»ããã¯éåžžã«ã·ã³ãã«ãªååã«åºã¥ããŠããŸãïŒ
- 2ã€ã®ã³ã¢ã¿ã€ã: ã¡ãã»ãŒãžãšããã»ã¹
- å
±æç¶æ
ãªããããã°ã©ãã£ãã¯ç¶æ
ã®ã¿
- 忣åã³ã³ãã¥ãŒã¿ïŒã°ãªããïŒ
以äžã¯ãaoã·ã¹ãã ããã®ç¹åŸŽçãªéšåã«åè§£ããã³ã³ã»ããææžã®ã»ããã§ãã
- [仿§](specs)
- [ããã»ã¹](processes)
- [... |
This is a Markdown documentation from the AO documentation repository. Filename: processes.md Path: ../ao-cookbook/src/ja/concepts/processes.md | <!-- # Processes -->
# ããã»ã¹
<!-- Processes possess the capability to engage in communication via message passing, both receiving and dispatching messages within the network. Additionally, they hold the potential to instantiate further processes, enhancing the network's computational fabric. This dynamic method of dat... |
This is a Markdown documentation from the AO documentation repository. Filename: tour.md Path: ../ao-cookbook/src/ja/concepts/tour.md | # aos ç°¡åãã¢ãŒ
aosã®ã¯ã€ãã¯ãã¢ãŒãžããããïŒãã®ãã¥ãŒããªã¢ã«ã§ã¯ãaosç°å¢ã§å©çšå¯èœãªäž»èŠãªã°ããŒãã«é¢æ°ãšå€æ°ã«ã€ããŠèª¬æããaosã广çã«æäœã»æŽ»çšããããã®åºç€çãªçè§£ãæäŸããŸãã
## 1. Inboxã®ç޹ä»
- **æŠèŠ**: `Inbox`ã¯ãããã»ã¹ãåä¿¡ããããŸã åŠçãããŠããªãã¡ãã»ãŒãžãä¿åããLuaããŒãã«ã§ãã
- **äœ¿çšæ¹æ³**: åä¿¡ã¡ãã»ãŒãžã確èªããã«ã¯`Inbox`ããã§ãã¯ããŸãã`Inbox[x]`ãç¹°ãè¿ãåŠçããŠã¡ãã»ãŒãžãåŠçããŸãã
## 2. Send(Message)ã䜿ã£ãŠã¡ãã»ãŒãžãéä¿¡
- **æ©èœ**: `Send(Message)`ã¯ãä»ã®... |
This is a Markdown documentation from the AO documentation repository. Filename: units.md Path: ../ao-cookbook/src/ja/concepts/units.md
Note: This content continues in the next part. | # Units
<svg width="100%" height="472" viewBox="0 0 830 472" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_238_127)">
<rect x="0.5" y="0.5" width="409" height="445" rx="9.5" fill="#E6E6E6"></rect>
<rect x="0.5" y="0.5" width="409" height="445" rx="9.5" stroke="#CACACA"></rect>
<rect x="10" y... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: units.md Path: ../ao-cookbook/src/ja/concepts/units.md
Note: This content continues in the next part. | 95.1328 221.311 95.2129 220.982 95.373 220.693C95.5371 220.404 95.75 220.16 96.0117 219.961C96.2734 219.762 96.5703 219.611 96.9023 219.51C97.2344 219.404 97.5684 219.352 97.9043 219.352C98.2754 219.352 98.6328 219.414 98.9766 219.539C99.3203 219.66 99.625 219.832 99.8906 220.055C100.156 220.277 100.369 220.547 100.529... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: units.md Path: ../ao-cookbook/src/ja/concepts/units.md
Note: This content continues in the next part. | 117.725 221.688 117.662 221.906C117.6 222.125 117.555 222.348 117.527 222.574C117.5 222.801 117.486 223.02 117.486 223.23V224.232C117.49 224.447 117.508 224.67 117.539 224.9C117.574 225.127 117.627 225.35 117.697 225.568C117.768 225.787 117.857 225.994 117.967 226.189C118.076 226.385 118.209 226.557 118.365 226.705C11... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: units.md Path: ../ao-cookbook/src/ja/concepts/units.md
Note: This content continues in the next part. | 226.24 273.271 225.906 273.26 225.539H274.367C274.402 225.805 274.475 226.041 274.584 226.248C274.693 226.451 274.834 226.623 275.006 226.764C275.178 226.908 275.375 227.018 275.598 227.092C275.824 227.162 276.07 227.197 276.336 227.197C276.547 227.197 276.754 227.172 276.957 227.121C277.164 227.066 277.348 226.982 277... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: units.md Path: ../ao-cookbook/src/ja/concepts/units.md
Note: This content continues in the next part. | 306.289 221.227C306.113 221.004 305.896 220.824 305.639 220.688C305.455 220.586 305.25 220.508 305.023 220.453C304.797 220.395 304.549 220.363 304.279 220.359H303.406ZM314.979 219.469L314.99 225.246C314.99 225.645 314.92 226.018 314.779 226.365C314.639 226.713 314.445 227.016 314.199 227.273C313.953 227.535 313.66 227... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: units.md Path: ../ao-cookbook/src/ja/concepts/units.md
Note: This content continues in the next part. | 8005 432.061 13.9209C431.94 14.0413 431.839 14.1813 431.758 14.3408C431.68 14.5003 431.616 14.6696 431.567 14.8486C431.519 15.0277 431.483 15.2116 431.46 15.4004C431.44 15.5859 431.431 15.7666 431.431 15.9424V16.9434C431.431 17.1191 431.44 17.3014 431.46 17.4902C431.483 17.6758 431.519 17.8581 431.567 18.0371C431.616 1... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: units.md Path: ../ao-cookbook/src/ja/concepts/units.md
Note: This content continues in the next part. | 1 451.875 12.9476 452.158 13.042C452.445 13.1364 452.695 13.2731 452.91 13.4521C453.125 13.6312 453.294 13.8525 453.418 14.1162C453.545 14.3799 453.608 14.6826 453.608 15.0244C453.608 15.3662 453.545 15.6689 453.418 15.9326C453.294 16.193 453.125 16.4128 452.91 16.5918C452.695 16.7708 452.445 16.9076 452.158 17.002C451... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: units.md Path: ../ao-cookbook/src/ja/concepts/units.md
Note: This content continues in the next part. | 277 44.3691 499.277 44.7793C499.277 45.1895 499.201 45.5527 499.049 45.8691C498.9 46.1816 498.697 46.4453 498.439 46.6602C498.182 46.875 497.881 47.0391 497.537 47.1523C497.197 47.2656 496.836 47.3242 496.453 47.3281H494.771ZM494.771 46.4375H496.453C496.703 46.4336 496.934 46.3945 497.145 46.3203C497.355 46.2422 497.53... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: units.md Path: ../ao-cookbook/src/ja/concepts/units.md
Note: This content continues in the next part. | 45.584 508.674 45.793 508.67 45.9922V46.9766C508.674 47.1758 508.688 47.3867 508.711 47.6094C508.738 47.832 508.781 48.0508 508.84 48.2656C508.898 48.4844 508.975 48.6934 509.068 48.8926C509.162 49.0918 509.279 49.2656 509.42 49.4141C509.561 49.5664 509.727 49.6875 509.918 49.7773C510.109 49.8672 510.332 49.9121 510.58... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: units.md Path: ../ao-cookbook/src/ja/concepts/units.md
Note: This content continues in the next part. | C532.689 42.1016 533.047 42.1641 533.391 42.2891C533.734 42.4102 534.039 42.582 534.305 42.8047C534.57 43.0273 534.783 43.2969 534.943 43.6133C535.104 43.9297 535.188 44.2832 535.195 44.6738H534.082C534.051 44.4277 533.99 44.2051 533.9 44.0059C533.811 43.8027 533.691 43.6289 533.543 43.4844C533.395 43.3398 533.217 43.2... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: units.md Path: ../ao-cookbook/src/ja/concepts/units.md
Note: This content continues in the next part. | 48.9648 542.34 49.2988 542.168 49.584C542 49.8691 541.781 50.1055 541.512 50.293C541.242 50.4844 540.938 50.6289 540.598 50.7266C540.258 50.8203 539.918 50.8672 539.578 50.8672C539.172 50.8672 538.771 50.7988 538.377 50.6621C537.986 50.5254 537.646 50.3281 537.357 50.0703C537.1 49.8477 536.895 49.5879 536.742 49.291C53... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: units.md Path: ../ao-cookbook/src/ja/concepts/units.md
Note: This content continues in the next part. | 0039C707.607 45.6992 707.633 45.3926 707.68 45.084C707.73 44.7715 707.809 44.4707 707.914 44.1816C708.016 43.8926 708.145 43.623 708.301 43.373C708.461 43.1191 708.65 42.8965 708.869 42.7051C709.088 42.5176 709.338 42.3711 709.619 42.2656C709.904 42.1562 710.223 42.1016 710.574 42.1016C710.926 42.1016 711.244 42.1562 7... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: units.md Path: ../ao-cookbook/src/ja/concepts/units.md
Note: This content continues in the next part. | 47.9609 716.012 48.1797 716.07 48.3945C716.129 48.6133 716.205 48.8184 716.299 49.0098C716.393 49.2012 716.512 49.3691 716.656 49.5137C716.801 49.6621 716.971 49.7793 717.166 49.8652C717.361 49.9473 717.59 49.9883 717.852 49.9883C718.137 49.9883 718.383 49.9434 718.59 49.8535C718.801 49.7637 718.979 49.6367 719.123 49... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: units.md Path: ../ao-cookbook/src/ja/concepts/units.md
Note: This content continues in the next part. | 7324 736.994 43.4434C737.158 43.1543 737.371 42.9102 737.633 42.7109C737.895 42.5117 738.191 42.3613 738.523 42.2598C738.855 42.1543 739.189 42.1016 739.525 42.1016C739.896 42.1016 740.254 42.1641 740.598 42.2891C740.941 42.4102 741.246 42.582 741.512 42.8047C741.777 43.0273 741.99 43.2969 742.15 43.6133C742.311 43.929... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: units.md Path: ../ao-cookbook/src/ja/concepts/units.md
Note: This content continues in the next part. | 497.537 77.9004C497.881 78.0137 498.182 78.1777 498.439 78.3926C498.697 78.6074 498.9 78.873 499.049 79.1895C499.201 79.5059 499.277 79.8691 499.277 80.2793C499.277 80.6895 499.201 81.0527 499.049 81.3691C498.9 81.6816 498.697 81.9453 498.439 82.1602C498.182 82.375 497.881 82.5391 497.537 82.6523C497.197 82.7656 496.8... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: units.md Path: ../ao-cookbook/src/ja/concepts/units.md
Note: This content continues in the next part. | 156 79.3887 509.062 79.5879C508.969 79.7832 508.895 79.9883 508.84 80.2031C508.781 80.4219 508.738 80.6426 508.711 80.8652C508.688 81.084 508.674 81.293 508.67 81.4922V82.4766C508.674 82.6758 508.688 82.8867 508.711 83.1094C508.738 83.332 508.781 83.5508 508.84 83.7656C508.898 83.9844 508.975 84.1934 509.068 84.3926C50... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: units.md Path: ../ao-cookbook/src/ja/concepts/units.md
Note: This content continues in the next part. | 6543 530.164 78.4102 530.426 78.2109C530.688 78.0117 530.984 77.8613 531.316 77.7598C531.648 77.6543 531.982 77.6016 532.318 77.6016C532.689 77.6016 533.047 77.6641 533.391 77.7891C533.734 77.9102 534.039 78.082 534.305 78.3047C534.57 78.5273 534.783 78.7969 534.943 79.1133C535.104 79.4297 535.188 79.7832 535.195 80.17... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: units.md Path: ../ao-cookbook/src/ja/concepts/units.md
Note: This content continues in the next part. | 541.303 82.1328 541.564 82.3477C541.822 82.5469 542.029 82.791 542.186 83.0801C542.346 83.3691 542.426 83.7031 542.426 84.082C542.426 84.4648 542.34 84.7988 542.168 85.084C542 85.3691 541.781 85.6055 541.512 85.793C541.242 85.9844 540.938 86.1289 540.598 86.2266C540.258 86.3203 539.918 86.3672 539.578 86.3672C539.172 8... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: units.md Path: ../ao-cookbook/src/ja/concepts/units.md
Note: This content continues in the next part. | <path d="M694.771 82.8281V86.25H693.688V77.7188H696.453C696.836 77.7266 697.197 77.7871 697.537 77.9004C697.881 78.0137 698.182 78.1777 698.439 78.3926C698.697 78.6074 698.9 78.873 699.049 79.1895C699.201 79.5059 699.277 79.8691 699.277 80.2793C699.277 80.6895 699.201 81.0527 699.049 81.3691C698.9 81.6816 698.697 81.94... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: units.md Path: ../ao-cookbook/src/ja/concepts/units.md
Note: This content continues in the next part. | 709.912 78.7031C709.721 78.793 709.555 78.9121 709.414 79.0605C709.273 79.2129 709.156 79.3887 709.062 79.5879C708.969 79.7832 708.895 79.9883 708.84 80.2031C708.781 80.4219 708.738 80.6426 708.711 80.8652C708.688 81.084 708.674 81.293 708.67 81.4922V82.4766C708.674 82.6758 708.688 82.8867 708.711 83.1094C708.738 83.3... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: units.md Path: ../ao-cookbook/src/ja/concepts/units.md
Note: This content continues in the next part. | 80.2949 729.547 79.9277C729.547 79.5605 729.627 79.2324 729.787 78.9434C729.951 78.6543 730.164 78.4102 730.426 78.2109C730.688 78.0117 730.984 77.8613 731.316 77.7598C731.648 77.6543 731.982 77.6016 732.318 77.6016C732.689 77.6016 733.047 77.6641 733.391 77.7891C733.734 77.9102 734.039 78.082 734.305 78.3047C734.57 78... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: units.md Path: ../ao-cookbook/src/ja/concepts/units.md
Note: This content continues in the next part. | 4043 739.748 81.4629C740.064 81.5605 740.381 81.6797 740.697 81.8203C741.014 81.957 741.303 82.1328 741.564 82.3477C741.822 82.5469 742.029 82.791 742.186 83.0801C742.346 83.3691 742.426 83.7031 742.426 84.082C742.426 84.4648 742.34 84.7988 742.168 85.084C742 85.3691 741.781 85.6055 741.512 85.793C741.242 85.9844 740.9... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: units.md Path: ../ao-cookbook/src/ja/concepts/units.md
Note: This content continues in the next part. | .565 134.054 439.302 134.098 439.009 134.098C438.716 134.098 438.451 134.054 438.213 133.966C437.979 133.875 437.77 133.751 437.588 133.595C437.406 133.438 437.248 133.256 437.114 133.048C436.981 132.836 436.872 132.61 436.787 132.369C436.699 132.128 436.634 131.879 436.592 131.622C436.549 131.365 436.527 131.109 436.5... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: units.md Path: ../ao-cookbook/src/ja/concepts/units.md
Note: This content continues in the next part. | 683 455.967 132.833C456.084 132.983 456.23 133.103 456.406 133.194C456.585 133.285 456.79 133.331 457.021 133.331C457.253 133.331 457.456 133.287 457.632 133.199C457.808 133.108 457.956 132.986 458.076 132.833C458.193 132.683 458.283 132.511 458.345 132.315C458.407 132.12 458.441 131.917 458.447 131.705L458.462 126.891... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: units.md Path: ../ao-cookbook/src/ja/concepts/units.md
Note: This content continues in the next part. | 513.145 163.088 513.014 163.357 512.854 163.607C512.697 163.857 512.51 164.076 512.291 164.264C512.072 164.451 511.82 164.6 511.535 164.709C511.254 164.814 510.938 164.867 510.586 164.867C510.234 164.867 509.916 164.814 509.631 164.709C509.35 164.6 509.1 164.451 508.881 164.264C508.662 164.076 508.473 163.857 508.312 1... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: units.md Path: ../ao-cookbook/src/ja/concepts/units.md
Note: This content continues in the next part. | 918 159.453 515.906 159.67 515.906 159.881V161.082C515.906 161.293 515.918 161.512 515.941 161.738C515.969 161.961 516.012 162.18 516.07 162.395C516.129 162.613 516.205 162.818 516.299 163.01C516.393 163.201 516.512 163.369 516.656 163.514C516.801 163.662 516.971 163.779 517.166 163.865C517.361 163.947 517.59 163.988 5... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: units.md Path: ../ao-cookbook/src/ja/concepts/units.md
Note: This content continues in the next part. | 157.027 541.99 157.297 542.15 157.613C542.311 157.93 542.395 158.283 542.402 158.674H541.289C541.258 158.428 541.197 158.205 541.107 158.006C541.018 157.803 540.898 157.629 540.75 157.484C540.602 157.34 540.424 157.229 540.217 157.15C540.014 157.068 539.783 157.027 539.525 157.027C539.318 157.027 539.115 157.057 538.9... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: units.md Path: ../ao-cookbook/src/ja/concepts/units.md
Note: This content continues in the next part. | .355 160.242 697.539 160.133 697.695 159.992C697.852 159.852 697.973 159.682 698.059 159.482C698.148 159.279 698.193 159.049 698.193 158.791C698.193 158.533 698.148 158.301 698.059 158.094C697.973 157.887 697.854 157.711 697.701 157.566C697.545 157.422 697.359 157.311 697.145 157.232C696.934 157.154 696.703 157.113 696... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: units.md Path: ../ao-cookbook/src/ja/concepts/units.md
Note: This content continues in the next part. | 162.941 720.43 163.273C720.277 163.602 720.08 163.883 719.838 164.117C719.592 164.355 719.301 164.541 718.965 164.674C718.633 164.803 718.262 164.867 717.852 164.867C717.5 164.867 717.18 164.818 716.891 164.721C716.605 164.619 716.352 164.48 716.129 164.305C715.902 164.129 715.707 163.922 715.543 163.684C715.383 163.44... |
This is a Markdown documentation from the AO documentation repository. This is a continuation from the previous part. Filename: units.md Path: ../ao-cookbook/src/ja/concepts/units.md
Note: This content continues in the next part. | 305 164.293C734.035 164.484 733.73 164.629 733.391 164.727C733.051 164.82 732.711 164.867 732.371 164.867C731.965 164.867 731.564 164.799 731.17 164.662C730.779 164.525 730.439 164.328 730.15 164.07C729.893 163.848 729.688 163.588 729.535 163.291C729.387 162.99 729.307 162.656 729.295 162.289H730.402C730.438 162.555 73... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.