The goal of the INTERFACER project is to build the open-source digital infrastructure for Fab Cities.
Our vision is to promote a green, resilient, and digitally-based mode of production and consumption that enables the greatest possible sovereignty, empowerment and participation of citizens all over the world. We want to help Fab Cities to produce everything they consume by 2054 on the basis of collaboratively developed and globally shared data in the commons.
To know more DOWNLOAD THE WHITEPAPER
- Economic model based on Zenflows actions
- Stored on federated Tarantool distributed storage
- Solid crypto based on zenflows-crypto
To start using Zenflows wallet just run in the root folder
docker compose up
Container are published at each commit on main via Github Actions
docker pull ghcr.io/interfacerproject/zenflows-wallet:main
docker pull ghcr.io/interfacerproject/zenflows-wallet-db:main
Endpoints are available
Execute a transaction with some amount
Parameters
Name | Required | Type | Description |
---|---|---|---|
token |
required | string | Type of token. Accepted values idea or strength |
amount |
required | number | Transaction's token amount |
owner |
required | ULID | The ULID of the Agent's owner |
Retrieves the actual value of the token type for the specified owner
make
Copyleft (ɔ) 2022 by Dyne.org foundation, Amsterdam
Designed, written and maintained by Alberto Lerda
With contributions of Puria Nafisi Azizi
- 🔀 FORK IT
- Create your feature branch
git checkout -b feature/branch
- Commit your changes
git commit -am 'Add some fooBar'
- Push to the branch
git push origin feature/branch
- Create a new Pull Request
- 🙏 Thank you
Zenflows wallet - Zenflows economic model API's
Copyleft (ɔ) 2022 Dyne.org foundation
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.