rename to nostr

This commit is contained in:
fiatjaf 2020-11-15 09:26:27 -03:00
parent ffd5f464f7
commit 83a5521009
3 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -13,7 +13,7 @@ export default createStore({
state() {
let relays = [
{
host: 'https://relay-profiles.bigsun.xyz',
host: 'https://nostr-relay.bigsun.xyz',
policy: 'rw'
}
]

View File

@ -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>