Skip to content

redmannequin/sol-ez

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sol-Ez

Sol-Ez is a Solana contract framework designed to generate template code and simplify the process of writing Solana programs.

Why Sol-Ez?

  • Reduces Boilerplate: Automatically generates necessary Rust structures.
  • Improves Readability: Enforces a structured definition of contracts.
  • Simplifies Development: Manage accounts with a simple API.

Getting Started

  • Define your accounts and instructions using the Sol-Ez toml config.
  • Use the Sol-Ez code generator to produce the Rust contract.
  • Implement your business logic by defining a contract struct and implementing the generated trait.

Examples

The examples/ folder contains sample Solana programs built using this framework. These are intended to showcase how to structure and use the framework.

License

Sol-Ez is licensed under Apache 2.0.

About

Simplify the process of writing Solana Contracts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages