Crates.io | loam-cli |
lib.rs | loam-cli |
version | 0.14.3 |
source | src |
created_at | 2023-08-31 18:44:01.035587 |
updated_at | 2024-09-30 13:04:31.123613 |
description | Loam CLI for building smart contracts |
homepage | https://github.com/loambuild/loam-sdk |
repository | https://github.com/loambuild/loam/tree/main/crates/loam-cli |
max_upload_size | |
id | 960291 |
size | 238,397 |
Build composable, upgradeable, secure Smart Contracts.
Build frontends that interact easily with (your own or anyone's) Smart Contracts.
Focus on the important parts of your Soroban app. Let Loam handle the tedious bits.
At a high level, Loam is comprised of three main components:
This project is a monorepo containing code primarily for Loam SDK but also for Loam CLI, both of which share build code.
Organized hierarchically:
#[subcontract]
macro to create your own brand new subcontract, if existing subcontracts do not suffice.loam-subcontract-core
above, this contains the source code for a subcontract. This subcontract is mostly in this repository as an example; see below.