restore previous main git

This commit is contained in:
philc 2023-02-22 06:55:24 +01:00
parent 264c706b54
commit 559ead2f11
3 changed files with 13 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
/node_modules /node_modules
/tmp /tmp
/tribes /tribes
/tribesbackup
/nationchains/blocks /nationchains/blocks
/yarn* /yarn*

View File

@ -65,3 +65,12 @@ You will find anything to understand how it works under the wood. Feel free to a
- [Messages.js]() Notification (delete after read) and message between any interactions concerning pagans (1 to many or 1 to 1), trig by social contract or by a pagan - [Messages.js]() Notification (delete after read) and message between any interactions concerning pagans (1 to many or 1 to 1), trig by social contract or by a pagan
[Setup.js]() Technical infrastructure an [Setup.js]() Technical infrastructure an
- [Blockchains and Contracts]() Contracts.js - [Blockchains and Contracts]() Contracts.js
**ROADMAP**
- Setup process to review to simplify Town setup dev and setup prod that create 1 tribe with name town, with 1 pagan set with the role of druid of the tribe and mayor of the town.
- Decentralized social Data model based on schema.org + data type definition and integrity check + metadata
- GUI for mayor to create new tribe and manage druid and payment space (based on bitcoin wallet)
- GUI for druid to manage space storage (publish a web site, manage media storage)
- Plugins process to share tribe route / Model for specific app
- Decentralized social Contracts nationschains in socialworld/contracts list of contracts

View File

@ -5,6 +5,9 @@
}, },
{ {
"path": "../apxtrib.wiki" "path": "../apxtrib.wiki"
},
{
"path": "../apxtribautoeval"
} }
], ],
"settings": {} "settings": {}