* Adjusting version * Initiating some edoc stuff * Doc check * Fixing docs * Do a hard type check when entering nodes * Two fixes: - Module call change from enacl to ecu_eddsa - Fix the v3 call endpoint for top block * Fix top_block typespec and make top_height great again * Fix typo
9 lines
379 B
Erlang
9 lines
379 B
Erlang
{application,vanillae,
|
|
[{description,"Erlang library for ecommerce use of the Aeternity blockchain"},
|
|
{registered,[]},
|
|
{included_applications,[]},
|
|
{applications,[stdlib,kernel]},
|
|
{vsn,"0.3.1"},
|
|
{modules,[vanillae,vanillae_fetcher,vanillae_man,vanillae_sup]},
|
|
{mod,{vanillae,[]}}]}.
|