bc-wallet-mobile

(★ 84)

BC Wallet to hold Verifiable Credentials

파일 탐색기

  • .clang-format
  • .codecov.yml
  • .editorconfig
  • .gitignore
  • .nvmrc
  • .prettierignore
  • .prettierrc
  • .sonarcloud.properties
  • .swiftformat
  • .tool-versions
  • .yarnrc.yml
  • AGENTS.md
  • CODEOWNERS
  • commitlint.config.js
  • COMPLIANCE.yaml
  • CONTRIBUTING.md
  • CONVENTIONS.md
  • export-options-bcw.plist
  • export-options-sa.plist
  • ios-certificate.md
  • LICENSE
  • options-dev.plist
  • package.json
  • PATCH_NOTES.md
  • README.md
  • release-bcw.xcconfig
  • release-sa.xcconfig
  • RELEASE.md
  • release.xcconfig
  • tsconfig-base.json
  • update-lock-files
  • yarn.lock

# CDN으로 사용하기

jsDelivr

jsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.

명령어 용어집

이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.

🔍

adb reverse

설명 보기 ▼

Reverse socket connections from a connected Android device or emulator.

adb reverse --list

List all reverse socket connections from emulators and devices:

adb reverse tcp:{{remote_port}} tcp:{{local_port}}

Reverse a TCP port from the only connected emulator or device to localhost:

adb -s {{device_id}} reverse tcp:{{remote_port}} tcp:{{local_port}}

Reverse a TCP port from a specific emulator or device (by device ID / [s]erial number) to localhost:

🔍

adb shell

설명 보기 ▼

Run shell commands on a connected Android device or emulator.

adb shell

Start a remote interactive shell on the emulator or device:

tldr {{[-p|--platform]}} android getprop

View documentation for showing Android system properties:

tldr {{[-p|--platform]}} android pm

View documentation for the Android package manager:

🔍

adb

설명 보기 ▼

안드로이드 디버그 브릿지: 안드로이드 에뮬레이터 객체 또는 연결된 안드로이드 기기와 통신하는 도구.
shell과 같은 일부 하위 명령어는 별도의 사용법 문서를 제공.
더 많은 정보: <https://developer.android.com/tools/adb>.

adb start-server

adb 서버 프로세스가 실행되고 있고, 시작하는지 확인:

adb kill-server

adb 서버 프로세스 종료:

adb shell

대상 에뮬레이터/장치 객체에서 원격 쉘 시작:

🔍

boot

설명 보기 ▼

Clojure 프로그래밍 언어를 위한 빌드.
더 많은 정보: <https://github.com/boot-clj/boot>.

boot repl

프로젝트 혹은 독립으로 REPL 세션 시작:

boot jar

단일 "uberjar" 구축:

boot --dependencies boot/new new --template {{template_name}} --name {{project_name}}

명령어 안내:

🔍

brew install

설명 보기 ▼

Install a Homebrew formula or cask.

brew install {{formula|cask}}

Install a formula/cask:

brew install {{[-s|--build-from-source]}} {{formula}}

Build and install a formula from source (dependencies will still be installed from bottles):

brew install {{[-n|--dry-run]}} {{formula|cask}}

Download the manifest, print what would be installed but don't actually install anything:

🔍

emulator

설명 보기 ▼

Android 에뮬레이터 관리.
더 많은 정보: <https://developer.android.com/studio/run/emulator-commandline>.

emulator -avd {{name}}

Android 에뮬레이터 장치를 시작:

emulator -avd {{name}} -webcam-list

에뮬레이션에 사용할 수 있는 개발 컴퓨터에 웹캠을 표시:

emulator -avd {{name}} -camera-back {{none|emulated|webcamN}}

후면 카메라 설정을 무시하고 에뮬레이터를 시작 (전면 카메라의 경우 `-camera-front` 사용):

🔍

gem

설명 보기 ▼

Ruby 프로그래밍 언어용 패키지 관리자.
더 많은 정보: <https://guides.rubygems.org/command-reference/>.

gem search {{regex}} {{[-a|--all]}}

원격 gem을 검색하고 사용 가능한 모든 버전을 표시:

gem install {{gem_name}}

최신 버전의 gem을 설치:

gem install {{gem_name}} {{[-v|--version]}} {{1.0.0}}

특정 버전의 gem을 설치:

🔍

git clone

설명 보기 ▼

Clone an existing repository.

git clone {{remote_repository_location}} {{path/to/directory}}

Clone an existing repository into a new directory (the default directory is the repository name):

git clone --recursive {{remote_repository_location}}

Clone an existing repository and its submodules:

git clone {{[-n|--no-checkout]}} {{remote_repository_location}}

Clone only the `.git` directory of an existing repository:

🔍

mise

설명 보기 ▼

다양한 패키지의 버전을 관리.
더 많은 정보: <https://mise.jdx.dev/cli/>.

mise plugins list-all

사용 가능한 모든 플러그인 나열:

mise plugins add {{name}}

플러그인 설치:

mise ls-remote {{name}}

설치 가능한 런타임 버전 나열:

🔍

sdkmanager

설명 보기 ▼

Android SDK의 패키지 설치 도구.
더 많은 정보: <https://developer.android.com/tools/sdkmanager>.

sdkmanager --list

사용 가능한 패키지 나열:

sdkmanager {{package}}

패키지 설치:

sdkmanager --update

설치된 모든 패키지 업데이트:

🔍

shift

설명 보기 ▼

위치 매개변수를 이동.
더 많은 정보: <https://www.gnu.org/software/bash/manual/bash.html#index-shift>.

shift

첫 번째 위치 매개변수 제거:

shift {{n}}

첫 번째 `N`개의 위치 매개변수 제거:

🔍

unzip

설명 보기 ▼

Zip 아카이브에서 파일/디렉토리를 추출.
관련 항목: `zip`.
더 많은 정보: <https://manned.org/unzip>.

unzip {{path/to/archive1.zip path/to/archive2.zip ...}}

특정 아카이브에서 모든 파일/디렉토리를 현재 디렉토리에 추출:

unzip {{path/to/archive1.zip path/to/archive2.zip ...}} -d {{path/to/output}}

아카이브에서 파일/디렉토리를 특정 경로로 추출:

unzip -c {{path/to/archive1.zip path/to/archive2.zip ...}}

아카이브에서 파일/디렉토리를 추출하고 추출된 파일 이름과 함께 `stdout`으로 출력:

🔍

yarn

설명 보기 ▼

JavaScript 및 Node.js 패키지 대체 관리자.
더 많은 정보: <https://yarnpkg.com/cli>.

yarn global add {{module_name}}

전역적으로 모듈 설치:

yarn install

`package.json` 파일에 참조된 모든 의존성을 설치 ( `install`은 선택 사항입니다):

yarn add {{module_name}}@{{version}}

모듈을 설치하고 `package.json` 파일에 대한 의존성으로 저장 (개발 전용 의존성으로 추가하려면 `--dev` 추가):

🔍

mknod

설명 보기 ▼

블록 또는 문자 장치 특수 파일 생성.
더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/mknod-invocation.html>.

sudo mknod {{path/to/device_file}} b {{major_device_number}} {{minor_device_number}}

블록 장치 생성:

sudo mknod {{path/to/device_file}} c {{major_device_number}} {{minor_device_number}}

문자 장치 생성:

sudo mknod {{path/to/device_file}} p

FIFO(큐) 장치 생성:

🔍

setfacl

설명 보기 ▼

파일 접근 제어 목록(ACL) 설정.
더 많은 정보: <https://manned.org/setfacl>.

setfacl {{[-m|--modify]}} u:{{username}}:rw {{path/to/file_or_directory}}

[u]사용자에게 읽기 및 쓰기 권한으로 파일의 ACL [m]수정:

setfacl {{[-d|--default]}} {{[-m|--modify]}} u::rw {{path/to/file_or_directory}}

모든 사용자에 대한 파일의 기본 ACL [m]수정:

setfacl {{[-x|--remove]}} u:{{username}} {{path/to/file_or_directory}}

파일의 사용자에 대한 ACL 제거:

🔍

size

설명 보기 ▼

바이너리 파일 내부 섹션의 크기를 표시합니다.
더 많은 정보: <https://sourceware.org/binutils/docs/binutils/size.html>.

size {{path/to/file}}

주어진 오브젝트 또는 실행 파일의 섹션 크기 표시:

size {{[-o|--radix=8]}} {{path/to/file}}

주어진 오브젝트 또는 실행 파일의 섹션 크기를 [o]팔진수로 표시:

size {{[-d|--radix=10]}} {{path/to/file}}

주어진 오브젝트 또는 실행 파일의 섹션 크기를 [d]십진수로 표시:

🔍

wsl

설명 보기 ▼

Windows Subsystem for Linux를 관리합니다.
더 많은 정보: <https://learn.microsoft.com/windows/wsl/reference>.

wsl {{shell_command}}

Linux 쉘 시작 (기본 배포판):

wsl {{[-e|--exec]}} {{command}} {{command_arguments}}

쉘을 사용하지 않고 Linux 명령 실행:

wsl {{[-d|--distribution]}} {{distribution}} {{shell_command}}

특정 배포판 지정:

// repository documentation