rename to nostr
This commit is contained in:
parent
ffd5f464f7
commit
83a5521009
|
@ -1,4 +1,4 @@
|
|||
# vSTONKS - Very Simple and Truly Open Social Network Killer
|
||||
# nostr - Notes and Other Stuff Transmitted by Relays
|
||||
|
||||
This is a prototype of the most simple open protocol that is able to create an open censorship-resistant global "social" network once and for all.
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ export default createStore({
|
|||
state() {
|
||||
let relays = [
|
||||
{
|
||||
host: 'https://relay-profiles.bigsun.xyz',
|
||||
host: 'https://nostr-relay.bigsun.xyz',
|
||||
policy: 'rw'
|
||||
}
|
||||
]
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<title>profiles 📡</title>
|
||||
<title>nostr-web 📡</title>
|
||||
<link rel="stylesheet" href="/bundle.css" />
|
||||
|
||||
<body>
|
||||
|
|
Loading…
Reference in New Issue