filecoin-signing-tools
Filecoin Signing Library
파일 탐색기
최종 버전 다운로드 (.zip)- test_c.sh
- test_cpp.sh
- test_go.sh
- test_java.sh
- test_kotlin.sh
- test_objective-c.sh
- test_swift.sh
- wait_for_port.sh
- main.yaml
- publish.yaml
- dependabot.yml
- zondax_dark.png
- zondax_light.png
- .gitignore
- index.md
- rs_native_api.md
- wasm_api.md
- main.c
- README.md
- main.cpp
- README.md
- AndroidManifest.xml
- MainActivity.java
- launch_background.xml
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- styles.xml
- AndroidManifest.xml
- AndroidManifest.xml
- build.gradle
- gradle-wrapper.properties
- .gitignore
- build.gradle
- gradle.properties
- settings.gradle
- AppFrameworkInfo.plist
- Debug.xcconfig
- Release.xcconfig
- Contents.json
- Icon-App-1024x1024@1x.png
- Icon-App-20x20@1x.png
- Icon-App-20x20@2x.png
- Icon-App-20x20@3x.png
- Icon-App-29x29@1x.png
- Icon-App-29x29@2x.png
- Icon-App-29x29@3x.png
- Icon-App-40x40@1x.png
- Icon-App-40x40@2x.png
- Icon-App-40x40@3x.png
- Icon-App-60x60@2x.png
- Icon-App-60x60@3x.png
- Icon-App-76x76@1x.png
- Icon-App-76x76@2x.png
- Icon-App-83.5x83.5@2x.png
- Contents.json
- LaunchImage.png
- LaunchImage@2x.png
- LaunchImage@3x.png
- README.md
- LaunchScreen.storyboard
- Main.storyboard
- AppDelegate.swift
- Info.plist
- Runner-Bridging-Header.h
- IDEWorkspaceChecks.plist
- WorkspaceSettings.xcsettings
- contents.xcworkspacedata
- Runner.xcscheme
- project.pbxproj
- IDEWorkspaceChecks.plist
- WorkspaceSettings.xcsettings
- contents.xcworkspacedata
- .gitignore
- main.dart
- .gitignore
- .metadata
- pubspec.lock
- pubspec.yaml
- README.md
- main.go
- README.md
- Main.java
- README.md
- Main.kt
- README.md
- main.m
- README.md
- main.swift
- README.md
- README.md
- openssl.cnf
- .gitignore
- bootstrap.js
- index-multisig.js
- index.html
- index.js
- package.json
- README.md
- webpack.config.js
- test_multisig.js
- test_only_js.js
- test_payment_channel.js
- tests_basic.js
- tests_scratch.js
- tests_utils.js
- utils.js
- .gitignore
- multisig.js
- package-lock.json
- package.json
- payment_channel.js
- README.md
- yarn.lock
- generated_test_cases.json
- manual_testvectors.json
- private_keys_base64.txt
- cron.rs
- init.rs
- json.rs
- lib.rs
- message.rs
- miner.rs
- multisig.rs
- paych.rs
- signature.rs
- signed_message.rs
- Cargo.toml
- Cargo.toml
- FUZZING.md
- signed-message.rs
- unsigned-message.rs
- generate.rs
- api.rs
- error.rs
- extended_key.rs
- lib.rs
- multisig_deprecated.rs
- utils.rs
- common.rs
- lib_test.rs
- Cargo.toml
- LICENSE
- GeneratedPluginRegistrant.java
- gradle-wrapper.properties
- FilecoinPlugin.java
- AndroidManifest.xml
- .gitignore
- build.gradle
- gradle.properties
- settings.gradle
- .gitkeep
- FilecoinPlugin.h
- FilecoinPlugin.m
- SwiftFilecoinPlugin.swift
- .gitignore
- filecoin.podspec
- filecoin.dart
- .gitignore
- .metadata
- pubspec.lock
- pubspec.yaml
- FilecoinSigner.java
- build.gradle
- error.rs
- extended_key.rs
- lib.rs
- macros.rs
- Cargo.toml
- cbindgen.toml
- LICENSE
- README.md
- constants.ts
- errors.ts
- extendedkey.ts
- index.ts
- methods.ts
- types.ts
- utils.ts
- .editorconfig
- .eslintrc.json
- .gitignore
- tsconfig.json
- yarn.lock
- index.ts
- types.ts
- .eslintrc.json
- tsconfig.json
- yarn.lock
- lib.rs
- browser.rs
- .cargo-ok
- .gitignore
- Cargo.toml
- LICENSE
- Makefile
- package-signer-js.json
- package-signer-rpc.json
- package-signer-wasm-browser.json
- package.json
- README.md
- webdriver.json
- bls_signature.json
- bls_wallet.json
- deserialize_constructor_params.json
- deserialize_params.json
- get_cid.json
- mnemonics.json
- multisig.json
- payment_channel.json
- README.md
- script.js
- serialize_params.json
- signed_message.json
- txs.json
- utils.json
- verify_signature.json
- voucher.json
- wallet.json
- .eslintrc.js
- .gitignore
- .prettierignore
- .prettierrc
- .sonarcloud.properties
- Cargo.toml
- LICENSE
- Makefile
- package-lock.json
- package.json
- README.md
- yarn.lock
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/Zondax/filecoin-signing-tools
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd filecoin-signing-tools
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Gradle (Java/Kotlin)
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- JDK (Java) Java/Kotlin 프로젝트를 빌드/실행하려면 필요합니다.
- Gradle 레포에 포함된 gradlew(Gradle Wrapper)를 쓰면 Gradle을 따로 설치할 필요가 없습니다.
⚠️ 이 프로젝트는 규모가 큰 저장소라, 이 방법이 실제 핵심 제품이 아니라 내부 하위 패키지를 가리키는 것일 수 있습니다. README 전체를 함께 확인해보세요.
cd signer-ffi/flutter/filecoin/android
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
./gradlew build
Gradle로 빌드를 진행합니다.
BUILD SUCCESSFUL 메시지가 뜨면 성공입니다. build/ 폴더에 결과물이 생성됩니다.
3. Node.js
쉬움사전 준비물
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
4. Rust
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Rust (rustup) rustup으로 설치하면 cargo도 함께 설치됩니다.
cargo test -p filecoin-signer
이 명령어를 터미널에 그대로 입력해 실행하세요.
cargo build가 에러 없이 끝나면 성공입니다. target/ 폴더에 실행 파일이 생성됩니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
5. Make
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
make build_npm
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
