rift
The Magical Python3 -> TON Portal
파일 탐색기
최종 버전 다운로드 (.zip)- publish.yml
- rift-icon.png
- __init__.py
- assert_patcher.py
- assign_patcher.py
- break_patcher.py
- if_patcher.py
- raise_patcher.py
- return_patcher.py
- unary_patcher.py
- while_patcher.py
- __init__.py
- base_watcher.py
- codes.py
- import_restrictor.py
- match.py
- simple_restrictor.py
- src_watcher.py
- __init__.py
- base_types.py
- sentry.py
- __init__.py
- asm_method.py
- block.py
- condition.py
- const.py
- contract.py
- control_flow.py
- expr.py
- loop.py
- method.py
- node.py
- statement.py
- __init__.py
- ast.py
- ast_patcher.py
- bool_dict.py
- calls.py
- compiled_contract.py
- int_dict.py
- printer.py
- ref_table.py
- utils.py
- __init__.py
- bare.py
- util.py
- __init__.py
- build.py
- deploy.py
- init.py
- test.py
- utils.py
- __init__.py
- dag.py
- dir_helper.py
- dir_util.py
- git.py
- __init__.py
- config.py
- entry.py
- __init__.py
- annots.py
- condition.py
- entity.py
- factory.py
- invokable.py
- loop.py
- mark.py
- utils.py
- __init__.py
- cst_env.py
- cst_patcher.py
- cst_visitor.py
- import_visitor.py
- int_visitor.py
- __init__.py
- _fift_base.py
- builder.py
- bytes.py
- cell.py
- dict.py
- dict_impl.py
- factory.py
- gdict.py
- int.py
- null.py
- slice.py
- string.py
- tuple.py
- util.py
- __init__.py
- bundled_fc.py
- bundled_libs.py
- contract.py
- fift.py
- fift_behavior.py
- func.py
- test_result.py
- tvm.py
- utils.py
- __init__.py
- builder_base.py
- cell_base.py
- cont_base.py
- dict_base.py
- entity_base.py
- idict_base.py
- int_base.py
- pfxdict_base.py
- slice_base.py
- string_base.py
- types.py
- udict_base.py
- __init__.py
- contract.py
- engine.py
- func_behavior.py
- library.py
- meta_contract.py
- util.py
- __init__.py
- english.py
- __init__.py
- exceptions.py
- keystore.py
- mnemonic.py
- settings.py
- utils.py
- __init__.py
- key_pair.py
- signer.py
- __init__.py
- rstd.py
- std.py
- __init__.py
- error.py
- logger.py
- __init__.py
- behaviors.py
- meta_inheritance.py
- utils.py
- __init__.py
- c_annot.py
- c_call.py
- __init__.py
- network.py
- servers.py
- __init__.py
- account.py
- config.py
- error.py
- inetwork.py
- ton_access.py
- util.py
- v2_network.py
- __init__.py
- config.py
- keystore.py
- riftlib.py
- __init__.py
- builder.py
- bytes.py
- cell.py
- dict.py
- int.py
- slice.py
- string.py
- __init__.py
- addr.py
- bool.py
- coin.py
- constructor.py
- contract_dep.py
- either.py
- either_ref.py
- helpers.py
- int_aliases.py
- maybe.py
- model.py
- msg.py
- payload.py
- ref.py
- signed_payload.py
- sized_int.py
- slice.py
- type_helper.py
- utils.py
- __init__.py
- dump.py
- type_id.py
- __init__.py
- wallet_base.py
- wallet_manager.py
- wallet_v3_r2.py
- __init__.py
- __init__.py
- test_builder.py
- test_dict.py
- test_fift.py
- test_method_id.py
- test_msg.py
- test_payload.py
- test_tvm.py
- __init__.py
- test_func.py
- __init__.py
- test_contract_caps.py
- test_tonlib_network_legacy.py
- test_wallet.py
- __init__.py
- test_ton_access.py
- __init__.py
- test_all_unsupported.py
- test_imports.py
- test_match.py
- __init__.py
- test_complex.py
- test_maybe.py
- __init__.py
- conftest.py
- test_arithmetics.py
- test_asm.py
- test_assign.py
- test_build_payload.py
- test_data.py
- test_lazy.py
- test_loop_break.py
- test_lottery.py
- test_manual_parse.py
- test_method_x.py
- test_mnemonic.py
- test_msg.py
- test_msg_comp.py
- test_patches.py
- test_rand.py
- test_scopes.py
- test_slice.py
- test_special.py
- test_std.py
- test_unordered_lazy.py
- test_use_lib.py
- test_wallet_l1.py
- test_wallet_l2.py
- util.py
- .editorconfig
- .gitignore
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE
- poetry.lock
- pyproject.toml
- pytest.ini
- README.md
- requirements.txt
- setup.py
- style-requirements.txt
- tox.ini
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/sky-ring/rift
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd rift
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install rift-framework==1.0.0-rc1
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Python
쉬움사전 준비물
pip install rift-framework==1.0.0-rc1
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install -e .
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
