BaseKit

BaseKit

Basekit SDK for wallet login powered by Base Names. Transform wallet addresses into human-readable identities for your players!

Get Started

Wallet Connection

Connect to Base network via RPC

Base Name Resolution

Convert addresses to readable Base Names

Easy Integration

Simple GDScript API for developers

About BaseKit

BaseKit is a revolutionary game engines SDK that bridges the gap between traditional gaming and Web3 identity. We enable seamless wallet authentication and human-readable player identities through Base Names.

What We Solve

1

Ugly Wallet Addresses

Transform cryptic addresses like 0x1234...5678 into readable names like alice.base.eth

2

Complex Web3 Integration

Simple GDScript API that makes Web3 integration as easy as traditional game development

3

Anonymous Gaming

Enable persistent player identities with avatars and recognizable names across game sessions

Quick Integration Example

# Connect wallet and get Base Name
func _ready():
    BaseKit.wallet_connected.connect(_on_wallet_connected)
    BaseKit.connect_wallet()

func _on_wallet_connected(address: String):
    var base_name = BaseKit.get_base_name()
    var avatar = BaseKit.get_avatar()
    print("Welcome, " + base_name + "!")

Easy Integration

Simple GDScript API designed for game developers

Secure & Reliable

Built on Base network with robust security practices

Lightning Fast

Optimized for gaming with minimal latency

Web3 Native

Full Base Names and IPFS avatar support

Our Mission

We believe that Web3 gaming should be as intuitive as traditional gaming. BaseKit eliminates the complexity of blockchain integration while preserving the benefits of decentralized identity. Our goal is to make every game engine Web3-ready with just a few lines of code.

Meet Our Developers

The passionate team behind BaseKit, dedicated to making Web3 gaming accessible to every Godot developer.

Delvin Yamoah

Delvin Yamoah

Lead SDK Developer

Key Responsibilities

  • SDK structure & architecture
  • Base Name resolution system
  • Session management logic
  • Core API design
Gideon Adjei

Gideon Adjei

Blockchain Integration Specialist

Key Responsibilities

  • Wallet connection protocols
  • RPC testing & optimization
  • UI/UX integration
  • Network communication

Development Timeline

BaseKit was developed in an intensive 5-day sprint, showcasing our team's expertise and dedication to delivering quality Web3 gaming solutions.

Task 1
Project setup & basic UI
Task 2
RPC connection & wallet logic
Task 3
Base Name resolution & avatars
Task 4
Coin adventure game development
Task 5
Polish, testing & documentation

Join Our Community

Connect with our developers and the growing BaseKit community. Get support, share your projects, and help shape the future of Web3 gaming.

Get In Touch

Have questions about BaseKit? Want to contribute to the project? We'd love to hear from you!

Send us a message

Contact Information

Email

support@basekit.dev

Discord Community

Join our Discord server

Response Time

We typically respond within 24 hours

Location

Remote-first team

Global Web3 community

Open Source

BaseKit is open source and welcomes contributions from the community. Check out our GitHub repository to get involved!

Contributing Guidelines