Skip to content

v0.0.1

Latest
Compare
Choose a tag to compare
@olaf-at-work olaf-at-work released this 08 Dec 13:17
0c98948

Portico PoC

The 0.0.1 version marks the release of Poritco's PoC. The objective is to showcase how Portico is tackling the simplification on the development process for Polkadot.

How to run

  1. Download this release:

arm64

curl -L https://github.com/portico-deployment/portico-api/releases/download/v0.0.1/portico-darwin-arm64 -o portico

linux x86

curl -L https://github.com/portico-deployment/portico-api/releases/download/v0.0.1/portico-linux-x86_64 -o portico
  1. Make the setup
chmod u+x portico
./portico setup

Note: Make sure you have the right admin rights on your machine to run this binary.

  1. Run Portico
./portico

The UI will run on port 3000, so make sure to go to localhost:3000/ on the browser to use the UI.

Cleaning up

Once you are finish testing, to reset everything back to basics you can run on the same directory

./portico clean

Feedback

We would appreciate any bug or feedback to be reported as an issue to us!