mirror of
https://github.com/logos-blockchain/lez-programs.git
synced 2026-08-26 14:41:12 +00:00
feat(token): add Logos token API module
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "token_module",
|
||||
"version": "0.1.0",
|
||||
"type": "core",
|
||||
"interface": "universal",
|
||||
"category": "token",
|
||||
"description": "Universal Logos core module for LEZ token account reads and transactions",
|
||||
"main": "token_module_plugin",
|
||||
"dependencies": ["logos_execution_zone"],
|
||||
"nix": {
|
||||
"packages": {
|
||||
"build": [],
|
||||
"runtime": []
|
||||
},
|
||||
"external_libraries": [
|
||||
{
|
||||
"name": "token_ffi"
|
||||
}
|
||||
],
|
||||
"cmake": {
|
||||
"find_packages": [],
|
||||
"extra_sources": [],
|
||||
"extra_include_dirs": [],
|
||||
"extra_link_libraries": []
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user