Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

1ifeworld/operator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

River Net

River Net is a transaction engine responsible for executing actions on behalf of River accounts. River accounts are hardcoded to permission River Net for a select set of functions. The engine is capable of building and submitting User Operations (UOs) in addition to non-4337 transactions.

Getting Started

Clone the repository:

$ git clone https://github.com/1ifeworld/river-net.git

Ensure your pnpm version is up to date, then install dependencies:

$ pnpm install

Refer to the env.example to configure your environment variables

  • Obtain an ALCHEMY_KEY via the Alchemy dashboard
  • Obtain a PIMLICO_KEY via the Pimlico dashboard
  • Provide the PRIVATE_KEY for the EOA coupled with River Net. For security reasons, this will not be shared with anyone outside of Lifeworld.

Lastly, run the server:

$ pnpm start

Releases

No releases published

Packages

No packages published