Coder Social home page Coder Social logo

chia-settings's Introduction

develop chia-network/chia-blockchain

# bash
$ pwd
/Users/karlkim/kimsk/chia-blockchain
$ python -m venv venv
$ . ./activate
(venv) $ pip -V
pip 22.2.2 from /Users/karlkim/kimsk/chia-blockchain/venv/lib/python3.10/site-packages/pip (python 3.10)
(venv) $ pip list
Package    Version
---------- -------
pip        22.2.2
setuptools 65.4.1
(venv) $ pip install ".[dev]"
Processing /Users/karlkim/kimsk/chia-blockchain
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting blspy==1.0.15
  Using cached blspy-1.0.15-cp310-cp310-macosx_11_0_arm64.whl (629 kB)

...

# powershell
chia-blockchain on ๎‚  chia-keys-show-json [!] via ๐Ÿ v3.10.8 (venv)
โฏ pip list | grep black
black                     22.8.0

chia-blockchain on ๎‚  chia-keys-show-json [!] via ๐Ÿ v3.10.8 (venv)
โฏ pip list | grep pytest
pytest                    7.1.3
pytest-asyncio            0.19.0
pytest-cov                4.0.0
pytest-forked             1.4.0
pytest-xdist              2.5.0

chia-blockchain on ๎‚  chia-keys-show-json [!] via ๐Ÿ v3.10.8 (venv)
โฏ pytest -sv -n 0 tests/core/cmds/test_keys.py -k test_show_json
========================================================= test session starts =========================================================
platform darwin -- Python 3.10.8, pytest-7.1.3, pluggy-1.0.0 -- /Users/karlkim/kimsk/chia-blockchain/venv/bin/python
cachedir: .pytest_cache
rootdir: /Users/karlkim/kimsk/chia-blockchain, configfile: pytest.ini
plugins: xdist-2.5.0, forked-1.4.0, asyncio-0.19.0, cov-4.0.0
asyncio: mode=strict
collected 40 items / 39 deselected / 1 selected

tests/core/cmds/test_keys.py::TestKeysCommands::test_show_json PASSED

================================================== 1 passed, 39 deselected in 0.15s ===================================================

Customize Chia Icon File

  1. Install Material Icon Theme
  2. Download Chia file icon chia
โฏ curl https://raw.githubusercontent.com/kimsk/chia-settings/main/images/chia.svg -o chia.svg

This is a smaller version of a file you find in https://github.com/Chia-Network/chia-dev-guides/blob/main/static/img/chia_leaf_green.svg

  1. Update User Settings and point to the file location (relative to material-icon-theme extension icons folder)

material-icon-chia

"workbench.iconTheme": "material-icon-theme",
"material-icon-theme.files.associations": {
    "*.clsp": "../../icons/chia",
    "*.clib": "../../icons/chia",
    "*.clvm": "../../icons/chia",
    "*.clinc": "../../icons/chia"
},
  1. Material Icon Screenshot material-icon

chia-settings's People

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.