Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
/ hacking-operator Public archive
forked from 1ifeworld/operator

Transaction processing for receipts.

Notifications You must be signed in to change notification settings

1ifeworld/hacking-operator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 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

About

Transaction processing for receipts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%