Skip to main content

A small example package

Project description

Event Chain: An Event System Built on Forge

Introduction

There are two ways of running event-chain on your local. Pick one that suit you more.

  1. Developer Setup: if you want to work directly with the source code
  2. Quick Setup: if you just want to get a quick sense of it.

Developer Setup

  1. clone this repo to your local

  2. install dependencies for forge-python-sdk:

     `pip install -r requirements.txt`
    
  3. install dependencies for forge-event-chain

    `pip install -r requirements.txt`
    

Quick Setup

  1. Go to your python environment

  2. pip install forge-event-chain

Run

Before running event_chain, make sure your local forge is running properly.

  1. Add event_chain config in your forge config.

    [app]
    name = "Event-Chain"
    version = "0.1.0"
    sock_tcp = "tcp://127.0.0.1:27219"
    path = "~/.forge/event_chain"
    host="127.0.0.1" # Your local IP address for wallet to connect
    port=5000
    did_address='http://localhost:4000' # The DID service event_chain will call from
    
  2. restart forge to activate the updated config.

  3. simulate original data to start with:

    FORGE_CONFIG=/home/User/forge_release.toml python -m event_chain.simulation.simulat

  4. start event_chain application:

    FORGE_CONFIG=/home/User/forge_release.toml python3 -m event_chain.ec normal

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

forge-event-chain-0.26.9.tar.gz (6.1 MB view hashes)

Uploaded Source

Built Distribution

forge_event_chain-0.26.9-py2.py3-none-any.whl (6.1 MB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page