dyne / lotionroom

Tendermint / Cosmos proof of concept contract made with Zenroom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lotionroom

lotionroom
An integration of lotion with zenroom

Build Status Dyne.org



๐Ÿšฉ Table of Contents (click to expand)

๐Ÿ’พ Install

cd lotionroom
npm -g install .

Needs Nodejs < 12


๐ŸŽฎ Quick start

Place all zencode contracts in the zencode directory

Start the node with npm run start (creates or uses already existing genesis.gci)

Call the client using the lr command, for instance:

  • lr context: list all the configured contracts
  • lr state: shows the currently saved state
  • lr send <data> <keys>: sends a transaction with json files

For a quick test round of zero-knowledge proof credential authentication: cd test && ./zkauth.sh Then watch the logs...

NB This needs the zenroom cli binary in your path. Downloads here.


๐Ÿ˜ Acknowledgements

Copyright ยฉ 2020 by Dyne.org foundation, Amsterdam

Designed, written and maintained by Puria Nafisi Azizi and Denis Roio.


๐ŸŒ Links

https://dyne.org/


๐Ÿ‘ค Contributing

Please first take a look at the Dyne.org - Contributor License Agreement then

  1. ๐Ÿ”€ FORK IT
  2. Create your feature branch git checkout -b feature/branch
  3. Commit your changes git commit -am 'Add some fooBar'
  4. Push to the branch git push origin feature/branch
  5. Create a new Pull Request
  6. ๐Ÿ™ Thank you

๐Ÿ’ผ License

lotionroom - An integration of lotion with zenroom
Copyright (c) 2020 Dyne.org foundation, Amsterdam

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

back to ๐Ÿ”

About

Tendermint / Cosmos proof of concept contract made with Zenroom

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 87.3%Language:Shell 12.7%