Skip to content

Commit

Permalink
bazaar context and disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Jun 22, 2023
1 parent a001f36 commit 86b3b94
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/tutorials-bazaar.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Bazaar

*THIS IS WORK IN PROGRESS*
*recommended for developers only*

## setup ipfs uploads

In order to make our helper scripts work on our testnet, we need to upload metadata and assets to a public IPFS gateway. In this example we use infura.
Expand All @@ -11,7 +14,7 @@ export IPFS_API_KEY=<KEY>:<SECRET>

## create a pure proxy business account

TODO
*In the future, we will recommend that businesses create pure proxy accounts for their business accounts. This way, control over the account can be distributed, revoked and multisiged*

## create a business entry for Bazaar

Expand Down Expand Up @@ -72,6 +75,8 @@ verify

## Why IPFS?

While IPFS isn't very reliable in terms of discovery and availability, it represents the only content distribution method currently available which has a potential of working in decentralized setups. It is also content-addressed which guarantees that the correct content is delivered in untampered state.

## Bazaar-web

You can visit [bazaar.encointer.org](http://bazaar.encointer.org/?rpc=wss%3A%2F%2Fgesell.encointer.org) and browse you newly created businesses and offerings
Expand Down

0 comments on commit 86b3b94

Please sign in to comment.