EffectStream
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.
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-v2/ folder as a working template:
# Clone and move to evm-midnight-v2 template
git clone https://github.com/effectstream/effectstream.git
cd effectstream/templates/evm-midnight-v2
# Install packages
bun i
# Launch EffectStream Node (compiles contracts and starts the full local stack)
bun run dev
Now you should see the dApp running in your browser! Continue at the Quick Start Guide.