Skip to content

Commit

Permalink
docs: remove base module and interfaces sections from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypaik committed Sep 5, 2024
1 parent 1f5a59e commit 329e617
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@ modular-account-libs/=node_modules/modular-account-libs/src/

## Overview

### Module stub contracts

#### BaseModule

The `BaseModule` contract implements all necessary functions for a module with stub definitions, and acts as a starting point for writing ERC-6900 v0.8 compliant module contracts.

Depending on the type of module being implemented, you may also override additional functions representing manifests, validation functions, or hooks.

### Libraries

#### LinkedListSetLib and variants
Expand All @@ -64,10 +56,6 @@ The common types and constants used by these libraries are defined in `Constants

`ModuleEntityLib` provides helpful conversions and utility functions for using `ModuleEntity`, a user-defined value type intended to hold a module address and an entity ID.

### Interfaces

Interfaces defined and depended on by ERC-6900 are available in the `src/interfaces` folder.

## Building and Testing

To build and test the `modular-account-libs` repo, use the following commands.
Expand Down

0 comments on commit 329e617

Please sign in to comment.