rustchain-bounties

(★ 251)

Earn RTC crypto by contributing to the RustChain ecosystem. Bounties from 1-150 RTC. Star, code, write tutorials, find bugs.

파일 탐색기

  • .gitignore
  • agent.json
  • ai_agent.py
  • awesome-rustchain.md
  • BCOS.md
  • BLOG_POST_GUIDE.md
  • bounties.json
  • bounty-285-social-proof.md
  • bounty-299-follow-proof.md
  • BOUNTY_LEDGER.md
  • CHANGELOG.md
  • claude-utxo-2819.md
  • CODE_OF_CONDUCT.md
  • CONTRIBUTING.md
  • dHViZS5haSkKWyFbQm9UVHViZSBBZ2VudHNdKGh0dHBzOi8vYm90dHViZS5h
  • expected_miners.txt
  • GIG_APPLICANTS.md
  • health-check.py
  • ISSUE_TEMPLATE.md
  • langchain_rustchain_tool.py
  • LICENSE
  • llms.txt
  • NOTICE
  • openai_agents_rustchain_tool.py
  • outline.md
  • output.md
  • package.json
  • PULL_REQUEST_TEMPLATE.md
  • pytest.ini
  • README.de.md
  • README.es.md
  • README.fr.md
  • README.health-check.md
  • README.ja.md
  • README.md
  • README.pt.md
  • README_BADGE_UPDATE.md
  • README_LANGCHAIN.md
  • README_OPENAI_AGENTS.md
  • README_WITH_BADGES.md
  • README_zh.md
  • requirements-openai-agents.txt
  • requirements.txt
  • research-notes.md
  • rfc-rustchain-foundation-council-proposal.md
  • SECURITY.md
  • social-media-posts.md
  • STAR_FUNNEL_EXPLAINER.md
  • star_tracker.db
  • star_tracker.html
  • star_tracker.py
  • test_ai_agent.py
  • test_star_tracker.py

# CDN으로 사용하기

jsDelivr

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

명령어 용어집

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

🔍

standard

설명 보기 ▼

JavaScript 코드의 린트 및 수정을 위한 JavaScript Standard Style 도구.
더 많은 정보: <https://standardjs.com/#usage>.

standard

현재 디렉토리의 모든 JavaScript 소스 파일을 린트:

standard {{path/to/file1 path/to/file2 ...}}

특정 JavaScript 파일(들)을 린트:

standard --fix

린트 시 자동 수정 적용:

// repository documentation