https://github.com/fetchai/jenesis

https://github.com/fetchai/jenesis

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.2%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: fetchai
  • License: apache-2.0
  • Language: Python
  • Default Branch: main
  • Size: 785 KB
Statistics
  • Stars: 8
  • Watchers: 19
  • Forks: 8
  • Open Issues: 16
  • Releases: 12
Created about 4 years ago · Last pushed 12 months ago
Metadata Files
Readme Contributing License Code of conduct

README.md

Jenesis is a command line tool for rapid contract and service development for the Fetch.ai blockchain ecosystem and other CosmWasm-enabled blockchains.

Installation

Install jenesis for Python 3.9 or newer via PyPI:

pip install jenesis

Getting started

Create a new project

jenesis new my_project

Initialize jenesis in an existing project directory

jenesis init

Compile contracts

jenesis compile

Owner

  • Name: Fetch.AI
  • Login: fetchai
  • Kind: organization

GitHub Events

Total
  • Delete event: 2
  • Push event: 7
  • Pull request review event: 4
  • Pull request event: 5
  • Fork event: 1
  • Create event: 2
Last Year
  • Delete event: 2
  • Push event: 7
  • Pull request review event: 4
  • Pull request event: 5
  • Fork event: 1
  • Create event: 2

Dependencies

poetry.lock pypi
  • 106 dependencies
pyproject.toml pypi
  • coverage ^6.4.4 develop
  • pylint ^2.15.2 develop
  • pytest ^7.1.3 develop
  • blessings ^1.7
  • cosmpy ^0.5.1
  • docker >=5.0.3,<6.1.0
  • graphlib-backport ^1.0.3
  • jsonschema ^4.15.0
  • keyring ^23.9.0
  • mkdocs ^1.3.1
  • mkdocs-material ^8.3.9
  • ptpython ^3.0.20
  • python ^3.8
  • toml ^0.10.2
  • tqdm ^4.64.0
.github/workflows/ci.yml actions
  • actions/checkout v3 composite
  • actions/setup-go v3 composite
  • actions/setup-python v4 composite
  • snok/install-poetry v1 composite