.cargo | ||
assets | ||
config | ||
crates | ||
db/drafts | ||
docs | ||
migration | ||
migrations | ||
scripts | ||
tests | ||
vendor | ||
.env | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md | ||
rustfmt.toml |
MycoCraft
Short Myco
is Rust e-commerce design for possibility to have monolith or microservices, fast, safe, cheap and extensible with plugins e-commerce.
Origin of the name is Myco-heterotrophy which is symbiotic relationship between fungus and plans which benefits both.
Order life cycle
Adapters
API
Building adapters
Repository contains script which will build all adapters and copy wasm files to ./adapters
directory
This script will treat all crates which starts with payment_adapter_
as a payment adapter
mkdir -p adapters
./scripts/build-adapters
init
Argument | Result |
---|---|
payment_argument::PaymentProviderConfig | payment_argument::Status |
create_payment
Argument | Result |
---|---|
payment_adapter::CreatePayment | payment_adapter::OrderCreated |