mirror of
https://github.com/sigilante/sunrise.git
synced 2024-11-23 11:52:33 +03:00
Add logo.
This commit is contained in:
parent
797a72613b
commit
75fdfdc7a2
@ -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:
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user