argent
Actor-based language and compiler for stateful, atomic, multi-contract applications on Kaspa and covenant-native UTXO rails.
파일 탐색기
- ci.yaml
- lib.rs
- verify_spawns.rs
- Cargo.toml
- context.rs
- lib.rs
- resolve.rs
- stdlib.rs
- Cargo.toml
- app-linking-followups.md
- argent-design.md
- body-lowering-notes.md
- compiler-design.md
- entry-clause-ranges.md
- followups.md
- icc-semantics.md
- route-planner.md
- KCC20.sil
- MinterProxy.sil
- artifact.json
- manifest.json
- KCC20.sil
- MinterProxy.sil
- artifact.json
- manifest.json
- Minter.sil
- artifact.json
- manifest.json
- Agent.sil
- Forager.sil
- artifact.json
- manifest.json
- Cell.sil
- artifact.json
- manifest.json
- Archive.sil
- Knight.sil
- Lobby.sil
- Mux.sil
- Pawn.sil
- Spectator.sil
- artifact.json
- manifest.json
- Knight.sil
- Lobby.sil
- Mux.sil
- Pawn.sil
- Spectator.sil
- artifact.json
- manifest.json
- Controller.sil
- Pair.sil
- artifact.json
- manifest.json
- League.sil
- Player.sil
- StonesGame.sil
- StonesSettle.sil
- artifact.json
- manifest.json
- Issuer.sil
- Ticket.sil
- artifact.json
- manifest.json
- Knight.sil
- League.sil
- Mux.sil
- Pawn.sil
- Player.sil
- artifact.json
- manifest.json
- kcc20_asset.ag
- minter.ag
- agent.ag
- core.ag
- README.md
- app.ag
- game.ag
- league.ag
- player.ag
- README.md
- settle.ag
- types.ag
- app.ag
- route_state_bodies.ag
- route_state_body_choice.ag
- spawns.ag
- tickets.ag
- mod.rs
- tests.rs
- tests.rs
- range_tests.rs
- tests.rs
- bindings.rs
- mod.rs
- tests.rs
- body.rs
- mod.rs
- state_boundary.rs
- state_types.rs
- state_values.rs
- token_refs.rs
- emitter.rs
- mod.rs
- mod.rs
- stdlib.rs
- tests.rs
- tests.rs
- tests.rs
- tests.rs
- actor.rs
- build.rs
- consts.rs
- entry.rs
- layout.rs
- link.rs
- mod.rs
- tests.rs
- validate.rs
- tests.rs
- mod.rs
- routes.rs
- tests.rs
- tests.rs
- tests.rs
- lexer.rs
- mod.rs
- parser.rs
- word.rs
- mod.rs
- naming.rs
- commitment.rs
- graph.rs
- mod.rs
- optimization.md
- plan.rs
- builder.rs
- codec.rs
- error.rs
- inspect.rs
- lib.rs
- main.rs
- tests.rs
- core.ag
- app.ag
- ReserveAsset.sil
- WalletAsset.sil
- app.ag
- artifact.json
- Batch.sil
- app.ag
- artifact.json
- Batch.sil
- app.ag
- artifact.json
- Batch.sil
- app.ag
- Foreign.sil
- Local.sil
- Target.sil
- app.ag
- Controller.sil
- app.ag
- Local.sil
- app.ag
- Cell.sil
- app.ag
- Cell.sil
- app.ag
- Counter.sil
- app.ag
- Forager.sil
- asset.ag
- controller.ag
- app.ag
- Controller.sil
- Pair.sil
- app.ag
- Controller.sil
- Pair.sil
- asset.ag
- Asset.sil
- controller.ag
- controller_app.ag
- controller_direct.ag
- controller_module.ag
- CtrlActorImport.sil
- CtrlAppImport.sil
- Anchor.sil
- app.ag
- Controller.sil
- Pair.sil
- asset.ag
- capsule.ag
- controller.ag
- app.ag
- Child.sil
- Launcher.sil
- child.ag
- Child.sil
- launcher.ag
- Launcher.sil
- Relay.sil
- Aligned.sil
- app.ag
- Reader.sil
- Routed.sil
- body_lowering_scopes.rs
- argent.tmLanguage.json
- extension.js
- language-configuration.json
- language-service.js
- language-service.test.js
- package.json
- README.md
- .gitattributes
- .gitignore
- .rustfmt.toml
- Cargo.lock
- Cargo.toml
- check.sh
- LICENSE
- README.md
- SECURITY.md
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
cargo run
설명 보기 ▼
cargo run
Run the current Cargo package.
Note: The working directory of the executed binary will be set to the current working directory.
cargo {{[r|run]}}
Run the default binary target:
cargo {{[r|run]}} --bin {{name}}
Run the specified binary:
cargo {{[r|run]}} --example {{name}}
Run the specified example:
// repository documentation
Was this content helpful?
(0 ratings)
