Skip to content

Web app and server for replicating community commons.

License

Notifications You must be signed in to change notification settings

DctrlVan/ao-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autonomous Organization

Feature list: * Connect physical resources (door, vending) with readers and pin activated hardware. * Maintain list of accounts associated with rfid tags. * Accounts can create cards, send them between accounts, create lists of priorities, plunge cards into cards inception.

To fully function, ao requires sqlite3, bitcoind, and clightning. When you have them installed you must create a configuration.js file in the ao folder. configuration.js example...

module.exports = {
bitcoind:{
    network: 'regtest'
},
clightning: {
    dir:'/home/trhode/.lightning'
},
sqlite3: {
    file: '/home/trhode/.ao/database.sqlite3'
},
bitcoinAverage: {
    pub: '',
    secret: ''
}}

AO is locally run infrastructure to help create successful commons hackerspaces.

git clone ... cd ao

yarn install yarn compile yarn start

module.exports = {
    bitcoind:{
        network: 'regtest'
    },
    clightning: {
        dir:'/home/trhode/.lightning'
    },
    sqlite3: {
        file: '/home/trhode/.ao/database.sqlite3'
    },
    bitcoinAverage: {
        pub: '',
        secret: ''
    },
}

The addresses created by ao are on this device - backup the ~/.lightning/hsm_secret file - this is very experimental; use at your own risk.

About

Web app and server for replicating community commons.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 58.3%
  • JavaScript 33.5%
  • CSS 8.1%
  • HTML 0.1%