cdk-rs
Rust canister development kit for the Internet Computer.
파일 탐색기
최종 버전 다운로드 (.zip)- ci.yml
- conventional-commits.yml
- publish.yml
- CODEOWNERS
- PULL_REQUEST_TEMPLATE.md
- callee.did
- main.rs
- management.toml
- canister.proto
- main.rs
- api.rs
- async.rs
- bindgen.rs
- bitcoin_canister.rs
- call.rs
- canister_info.rs
- chunk.rs
- http_request.rs
- management_canister.rs
- simple_kv_store.rs
- timers.rs
- api.rs
- async.rs
- bindgen.rs
- bitcoin_canister.rs
- call.rs
- canister_info.rs
- chunk.rs
- http_request.rs
- macros.rs
- management_canister.rs
- simple_kv_store.rs
- test_utilities.rs
- timers.rs
- build.rs
- Cargo.toml
- ic.did
- internals.rs
- api.rs
- call.rs
- futures.rs
- lib.rs
- macros.rs
- stable.rs
- storage.rs
- lifecycle_functions_should_have_no_return.rs
- lifecycle_functions_should_have_no_return.stderr
- no_generic.rs
- no_generic.stderr
- no_guard_function_for_lifecycle.rs
- no_guard_function_for_lifecycle.stderr
- no_self.rs
- no_self.stderr
- only_function.rs
- only_function.stderr
- blank_methods.rs
- guard.rs
- method_arg_same_name.rs
- compile_test.rs
- Cargo.toml
- CHANGELOG.md
- LICENSE
- README.md
- V18_GUIDE.md
- dynamic_callee.hbs
- static_callee.hbs
- types_only.hbs
- lib.rs
- Cargo.toml
- CHANGELOG.md
- LICENSE
- README.md
- lib.rs
- Cargo.toml
- CHANGELOG.md
- LICENSE
- README.md
- lib.rs
- machinery.rs
- build.rs
- Cargo.toml
- CHANGELOG.md
- README.md
- export.rs
- lib.rs
- Cargo.toml
- CHANGELOG.md
- LICENSE
- README.md
- lib.rs
- Cargo.toml
- CHANGELOG.md
- LICENSE
- README.md
- global_timer.rs
- lib.rs
- state.rs
- timer_executor.rs
- build.rs
- Cargo.toml
- CHANGELOG.md
- LICENSE
- README.md
- lib.rs
- sys.rs
- ic0build.rs
- work.rs
- Cargo.toml
- CHANGELOG.md
- ic0.txt
- LICENSE
- manual_safety_comments.txt
- README.md
- binaryen.rs
- main.rs
- passes.rs
- .gitignore
- Cargo.toml
- CHANGELOG.md
- LICENSE
- README.md
- README.md
- lib.rs
- Cargo.toml
- LICENSE
- README.md
- test.rs
- test.rs
- hashtree.rs
- lib.rs
- rbtree.rs
- Cargo.toml
- CHANGELOG.md
- LICENSE
- README.md
- lib.rs
- Cargo.toml
- CHANGELOG.md
- LICENSE
- README.md
- download_pocket_ic_server.sh
- .gitignore
- .gitmodules
- .mergify.yml
- Cargo.toml
- clippy.toml
- LICENSE
- README.md
- rust-toolchain.toml
- TROUBLESHOOTING.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/dfinity/cdk-rs
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd cdk-rs
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Rust
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Rust (rustup) rustup으로 설치하면 cargo도 함께 설치됩니다.
cargo add ic-cdk
이 명령어를 터미널에 그대로 입력해 실행하세요.
cargo build가 에러 없이 끝나면 성공입니다. target/ 폴더에 실행 파일이 생성됩니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
