Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

InterPlanetary Consensus subnet actor reference implementation

License

Notifications You must be signed in to change notification settings

consensus-shipyard/ipc-subnet-actor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[Archived] IPC Subnet Actor

The code for the implementation of the IPC subnet actor has been moved to https://github.com/consensus-shipyard/ipc-actors. Refer to the maintained code there.

Reference implementation of the InterPlanetary Consensus (IPC) subnet actor. This implementation targets the Filecoin FVM. Subnet actors are responsible for implementing the logic that governs the operation of subnets.

Subnet actors are deployed in the parent network from which the subnet wants to be spawned, and it interacts with the Subnet Coordinator Actor for its operation. In order to deploy your own subnet you can either deploy this reference implementation, or implement your own actor with your own custom policies to fit the needs of your subnet and applications.

Disclaimer: The subnet actor is a user-defined actor that target the Filecoin FVM. IPC is being ported to target FVM, if you are looking to use IPC in its full potential in the meantime have a look at the current MVP here_

About

InterPlanetary Consensus subnet actor reference implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages