This commit is contained in:
Peter Harpending 2025-09-25 22:20:11 -07:00
parent b2b973692d
commit 67252eff87
3 changed files with 11 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
*.swp
*.swo
*.beam
erl_crash.dump

View File

@ -1031,3 +1031,12 @@ index 44d206d..3abd46f 100644
+slogan(404) -> "Not Found";
+slogan(500) -> "Internal Server Error".
```
## Video 2: Talking to the gm testnet
### Adding hz as a dependency
- [`hakuzaru`](https://git.qpq.swiss/QPQ-AG/hakuzaru/) is our Erlang
\[application\] (applications are the subset of what in another language you
would call "libraries" that spawn processes, essentially...) for talking to
the blockchain from an Erlang application.

View File

@ -5,7 +5,7 @@
{author,"Peter Harpending"}.
{desc,"Gajumaru Exchange HTTP Daemon"}.
{package_id,{"otpr","gex_httpd",{0,1,0}}}.
{deps,[{"otpr","qhl",{0,1,0}}]}.
{deps,[{"otpr","hakuzaru",{0,6,1}},{"otpr","qhl",{0,1,0}}]}.
{key_name,none}.
{a_email,"peterharpending@qpq.swiss"}.
{c_email,"peterharpending@qpq.swiss"}.