Skip to content

feat: add alchemy resources to landing page #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions configs/bundlers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ export const bundlerResources: IResourceSection[] = [
name: 'Transeptor',
url: 'https://github.com/transeptorlabs/transeptor-bundler',
},
{
name: 'Rundler',
url: 'https://github.com/alchemyplatform/rundler'
}
],
},
{
Expand Down
18 changes: 17 additions & 1 deletion configs/resources/code.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ export const Code: IResourceSection[] = [
name: "ioPay userop-swift",
url: `https://github.com/iotexproject/userop-swift`,
},
{
name: "Alchemy AA SDK",
url: `https://github.com/alchemyplatform/aa-sdk`
}
],
},
{
Expand Down Expand Up @@ -99,6 +103,14 @@ export const Code: IResourceSection[] = [
name: "Etherspot",
url: `https://github.com/etherspot/etherspot-contracts/`,
},
{
name: "Light Account",
url: "https://github.com/alchemyplatform/light-account"
},
{
name: "Alchemy Modular Account",
url: "https://github.com/alchemyplatform/modular-account"
}
],
},
{
Expand All @@ -113,7 +125,7 @@ export const Code: IResourceSection[] = [
url: `https://github.com/candidelabs/Candide-bundler-and-paymaster-RPC`
},
{
name: `Rust Implementation`,
name: `Silius: Rust Implementation`,
url: `https://github.com/Vid201/silius/`
},
{
Expand All @@ -132,6 +144,10 @@ export const Code: IResourceSection[] = [
name: `Transeptor: TypeScript Implementation`,
url: `https://github.com/transeptorlabs/transeptor-bundler`
},
{
name: `Rundler: Rust Implementation`,
url: `https://github.com/alchemyplatform/rundler`
},
]
},
{
Expand Down