We provide Conda environment files to ensure all dependencies are installed with the correct versions.
Prerequisites:
Create the environment (Windows):
conda env create -f environment_win.yml
conda activate coin-ftCreate the environment (UNIX - Linux/macOS):
conda env create -f environment_unix.yml
conda activate coin-ftAll the details on preparing the hardware and using the code in this repo can be found in the hardware instructions
Copyright © 2026 The Board of Trustees of the Leland Stanford Junior University.
This project is licensed under the Creative Commons Attribution–NonCommercial–ShareAlike 4.0 International License (“CC BY-NC-SA 4.0”).
A copy of the license is available in LICENSE or at: https://creativecommons.org/licenses/by-nc-sa/4.0/
You may use, copy, and modify this project for NON-COMMERCIAL purposes, provided that you:
-
give appropriate attribution to Stanford University and the Authors (see “Attribution” below),
-
include the CC BY-NC-SA 4.0 license notice, and
-
if you share or distribute adaptations/derivatives, you must license them under CC BY-NC-SA 4.0 and clearly indicate changes.
Examples of permitted non-commercial use include:
-
academic research and experimentation,
-
classroom teaching, course projects, and other educational uses,
-
individual, personal, or hobbyist use that is not monetized.
CC BY-NC-SA 4.0 does NOT allow COMMERCIAL use.
For this project, “Commercial use” includes, without limitation:
-
any use by or for the benefit of a for-profit entity,
-
use in connection with consulting, professional services, or contract work for a fee (including “paid consulting” of any kind),
-
use in sponsored research, fee-for-service work, or work performed for an external party in exchange for compensation,
-
incorporating the project into a product or service that is sold, licensed, monetized, or offered as part of a paid plan,
-
using the project to support revenue-generating operations (even if the code itself is not sold),
-
distributing the project (or derivatives) as part of a commercial offering.
If you are unsure whether your use is commercial, assume it is commercial and contact Stanford.
You must obtain a separate written license from Stanford University if:
-
your use is commercial (as described above), or
-
you wish to distribute a derivative under terms other than CC BY-NC-SA 4.0.
To request a commercial license or permissions, contact:
Stanford Office of Technology Licensing (OTL)
Email: [email protected]
Reference: “COIN-FT CC BY-NC-SA 4.0 licensing request OTL Ref. No. S24-339”
At a minimum, attribution must include:
-
Project name: CoinFT
-
Copyright holder: Stanford University
-
Authors: Hojung Choi, Tae Myung Huh, Julia Di, Seongheon Hong, Mark Cutkosky
-
License: CC BY-NC-SA 4.0 (include link)
-
Indication of modifications (if any)
Use of the Stanford name, trademarks, or logos is not granted under this license and may not be used to imply endorsement.
THIS PROJECT IS PROVIDED “AS IS” WITHOUT WARRANTY OF ANY KIND. STANFORD UNIVERSITY DISCLAIMS ALL WARRANTIES AND LIABILITY TO THE MAXIMUM EXTENT PERMITTED BY LAW.