Skip to content

A Streamlit Component for interacting with Web3 data markets.

License

Notifications You must be signed in to change notification settings

AlgoveraAI/streamlit-ocean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌊 Streamlit Ocean component

This repository contains the code behind Algovera's Streamlit Ocean component that you can use to interact with Web3 data markets from Streamlit apps.

🏗 Development

Set up your development environment

conda create -n streamlit-dev -c conda-forge nodejs python=3.8

# Activate the conda environment
conda activate streamlit-dev

# Install streamlit
pip install streamlit

# Install Watchdog for better performance (according to Streamlit)
pip install watchdog
  • open two terminal windows/panes, one with the streamlit_ocean/frontend folder open, other with the main repo folder
  • in frontend folder, run npm install
    • then npm start
  • in the main repo run streamlit run streamlit_ocean/__init__.py

About

A Streamlit Component for interacting with Web3 data markets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published