メインコンテンツまでスキップ

Effectstream v2

What is Effectstream

Effectstream is a Web3 Engine optimized for dApps, games, gamification and autonomous worlds that allows quickly building web3 apps.

  • Connect multiple chains, leveraging their tech as tokens, and existing markets.
  • Build on-chain dApps without blockchain specific knowledge.
  • Secure: all interactions go into the chains and not your Effectstream Node.
  • Iterate quickly as tools are developer centered.

Learn more about Effectstream

App Quick Start

Linux and macOS are supported. Windows WSL is experimental.

This is a preview of the Effectstream V2 documentation. We welcome any feedback you have on errors, missing information, or parts that aren't clear.

First, clone the repository and use the templates/evm-midnight/ folder as a working template:

# Clone and move to evm-midnight template
git clone git@github.com:PaimaStudios/paima-engine.git --branch v-next
cd paima-engine/templates/evm-midnight

# Check for external dependencies
../check.sh

# Install packages
deno install --allow-scripts && ./patch.sh

# Compile contracts
deno task build:evm
deno task build:midnight

# Launch Effectstream Node
deno task dev

Now you should see the dApp running in your browser! Continue at the Quick Start Guide.

Main Components

See All Components

Guide for Effectstream Contributor