Agoric / dapp-offer-up

Offer Up is a simple Dapp for the Agoric smart contract platform that permits users to explore items for sale in a marketplace
6 stars 5 forks source link

Agoric Dapp Starter: Offer Up

Offer Up is a simple Dapp for the Agoric smart contract platform that permits users to explore items for sale in a marketplace, displaying default options of maps, potions, and scrolls. Users can select up to three items in any combination, create an offer starting from 0.25 IST, and upon transaction confirmation, receive the chosen items in their wallet while the offered amount is deducted from their balance.

Offer Up Dapp

Getting started

Detailed instructions regarding setting up the environment with a video walkthrough is available at Your First Agoric Dapp tutorial. But if you have the environment set, i.e., have correct version of node, yarn, docker, and Keplr wallet installed, below are the steps that you need to follow. You can also use the same instructions to follow along in Github Codespaces without any installation or downloads on your local machine, apart from Keplr which is needed to connect to dApp.

For any troubleshooting please refer to the detailed tutorial at Here.

Testing

To run the unit test:

To run the end to end test:

Contributing

See CONTRIBUTING for more on contributing to this repo.