itsvetobaby / ixnay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IXNAY


Building

npx serve

Do this in root, then head to http://localhost:5000/src/#/ . If you are given a different localhost address this is fine, however data cannot be stored as the peer stores on 5000. You can change this on line 6 PeerManager.js


Theory

If this is not clearing things up create an issue. We need clarity in the debrief of this project.

------ Users can:
Make orders: See Orders
Fulfill orders: See Disman
├── Orders              # The messaging spec and libs used for all logs
    ├── Blueprint       # The 'what' of the order. The products design.
    └── Spec            # The 'how' of the order. Quantities, delivery locations, special requests, these are not kept publicly.
└── Disman              # Distributed manufacturer - the maker of orders
    └── Assets          # Machinery used by Disman, assets decide if orders can be made by this Disman

Under a users account there will be:

└── Users               # user account
    └── Catalog         # A list of cloned and original blueprints
        └── Blueprint   # See Above

Community

https://discord.gg/MNtpJ9eHBS

What do I want

Orders, blueprints, Dismans - why reinvent the wheel.

Its not about getting your custom part (really), were mapping the exit routes to autonomy. Collecting data, sharing data, learning off it to be able to bootstrap the ability to live in a given area without outside aid.

solarpunk



We want the ability to say no. Ixnay.

About


Languages

Language:CSS 84.8%Language:JavaScript 15.1%Language:HTML 0.2%