Skip to content

Instantly share code, notes, and snippets.

View chokolademilch7's full-sized avatar
:octocat:

Daiki Hirayama chokolademilch7

:octocat:
  • CAM, Inc.
  • undefined
View GitHub Profile

bit-labo: 戦略自律進化システムの実装

現在の状態

Bit-labo は Funding Rate 裁定戦略の観測・ペーパートレードシミュレーション基盤。コードは Daytona sandbox 内の /workspace/bit-labo にあり、GitHub (chokolademilch7/bit-labo) に push 済み。

起動済みのもの

  • PostgreSQL 15: 稼働中、bitlabo DB あり、DATABASE_URL=postgresql://postgres:postgres@localhost:5432/bitlabo
  • Redis: 未起動(必要なら起動)
  • バックエンド: ビルド済み(backend/dist/
@chokolademilch7
chokolademilch7 / package.json
Last active July 30, 2024 05:19
指定したディレクトリの直下にあるフォルダを全てvscodeのワークスペースに追加するcode-workspaceファイルを生成します
{
"name": "vscode-workspace",
"version": "1.0.0",
"bin": "./vscode-workspace.js",
"repository": {
"type": "git",
"url": "git+ssh://git@gist.github.com/968e8b300720389230336ea375e59541.git"
},
"keywords": [
"vscode"
"workbench.colorCustomizations": {
// -----------------------
// ターミナルの配色
"terminal.ansiBlue": "#dfc537",
"terminal.ansiGreen": "#7abe0d",
"terminal.ansiMagenta": "#ff8800",
// -----------------------
// 配色テーマ
// -----------------------
"editor.background": "#252526",