Coder Social home page Coder Social logo

aca-py-controller's Introduction

ACA-Py-Controller

๐ŸŽฎ The Client

  • ./acapy-controller
  • Build with React.js.
  • Front end app of the express controller server.
  • Default running on port 3000.
npm i react-scripts
npm i
npm start

๐Ÿ’ป The Server

  • ./acapy-express-server
  • Build with Express.js.
  • Connect to and controls the aca-py app running on Linux environtment.
  • Default running on port 3001.
npm i
npm start

๐ŸŒ  The controller

sudo apt update
sudo apt install python3-pip
pip install aries-cloudagent
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys CE7709D068DB5E88
sudo add-apt-repository "deb https://repo.sovrin.org/sdk/deb bionic master"
sudo apt update
sudo apt install -y libindy
pip3 install python3_indy
sudo apt install -y indy-cli
sudo apt install libsodium-dev
  • Run provision
aca-py provision \
--wallet-type indy \
--endpoint http://controller server address \
--seed 100A000000300000c0000000000000FF \
--wallet-name YourWalletName \
--wallet-key MASTER_KEY_SECRET \
--genesis-url https://indy-test.bosch-digital.de/genesis \ 
  • To start the controller app
aca-py start \
--inbound-transport http 0.0.0.0 8000 \
--endpoint http://controller server address \
--outbound-transport http \
--admin 0.0.0.0 8080 \
--webhook-url http://controller server address:application port \
--genesis-url https://indy-test.bosch-digital.de/genesis \
--wallet-type indy \
--wallet-name YourWalletName \
--wallet-key MASTER_KEY_SECRET \
--seed 100A000000300000c0000000000000FF \
--admin-insecure-mode \
--label MY_SSI_AGENT \
--log-level debug \
--storage-type indy \
--auto-ping-connection \
--max-message-size 10485760 

aca-py-controller's People

Contributors

cccrizzz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.