Commit Graph

3 Commits

Author SHA1 Message Date
niamtokik
008815d16b Add Erlang R26 support
- upgrade cowboy version to 2.10.0
 - upgrade gun version to 2.0.1
2023-05-16 11:39:25 +00:00
ErlangPunch
0fb83a4e52 Create the first structure of nostr application
This commit is a huge one. It had a lot of feature
and design the whole project. Documentation, tests,
notes, articles, introduction page and main codes
have been added.

All required dependencies have been added, thoas,
gun, and cowboy. Those versions have been fixed.

The current client implementation can use a websocket
to fetch the event from a relay, the connection can
also be closed.

Some functions and modules have been created to permit
to encode and decode payloads from/to a relay/client.
This is not correctly done, yet.

A part of nip/01 is already implemented but requires
a better structure, better testing and better
documentation as well.

The parameters for rebar3 and the tools like compilers
have been created to ensure a good quality for the
produced code.

A Makefile can be used to export the notes/articles in
pdf, epub, plaintext or html formats.
2023-02-25 13:11:40 +00:00
ErlangPunch
8dd60e8b5e Add github actions support
Added a way to test and compile nostr project with
github actions using an external runner. A better
configuration is required though, with more
documentation and features.
2023-02-10 15:36:34 +01:00