Add logo.

This commit is contained in:
Sigilante 2024-02-09 15:03:29 -06:00
parent 797a72613b
commit 75fdfdc7a2
3 changed files with 14 additions and 10 deletions

View File

@ -2,7 +2,9 @@
Use Sunrise to start a new “empty” Urbit app project. Import the repo, then simply rename all text and files from `sunrise` to whatever your new agent's name will be.
If you are interested in having the `++abet` nested-core pattern in your agent, see [Moonrise](https://github.com/sigilante/moonrise).
Sunrise is modestly opinionated but generally straightforward. If you are interested in having the `++abet` nested-core pattern in your agent, see [Moonrise](https://github.com/sigilante/moonrise).
![](logo.jpg)
Prior art:

View File

@ -4,7 +4,8 @@
/- *sunrise
/+ dbug,
default-agent,
*sunrise
*sunrise,
verb
|%
+$ versioned-state
$% state-0
@ -15,6 +16,7 @@
==
+$ card card:agent:gall
--
%+ verb &
%- agent:dbug
=| state-0
=* state -
@ -67,15 +69,15 @@
[cards this]
++ on-arvo
|= [=wire =sign-arvo]
^- (quip card _this)
?+ sign-arvo (on-arvo:default [wire sign-arvo])
[%eyre %bound *]
?: accepted.sign-arvo
%- (slog leaf+"/apps/{(trip dap.bowl)} bound successfully!" ~)
[~ this]
%- (slog leaf+"Binding /apps/{(trip dap.bowl)} failed!" ~)
^- (quip card _this)
?+ sign-arvo (on-arvo:default [wire sign-arvo])
[%eyre %bound *]
?: accepted.sign-arvo
%- (slog leaf+"/apps/{(trip dap.bowl)} bound successfully!" ~)
[~ this]
==
%- (slog leaf+"Binding /apps/{(trip dap.bowl)} failed!" ~)
[~ this]
==
++ on-leave on-leave:default
++ on-agent on-agent:default
++ on-fail on-fail:default

BIN
logo.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 807 KiB