Browser based interface for creating and settling DigiOptions markets (html / javascript)
This repository contains examples that helps interacting with the ethereum contract from https://github.com/berlincode/digioptions-contracts.js.
- deploy.html - deploy contracts click here for the online version
- markets-create.html - create and settle markets click here for the online version
- marketlister_config.html - read and configure marketLister contracts click here for the online version
Of course you can download the repository and run the files locally. Remember that Metamask does not work on file://...-urls.
So run npm run serve to start a server and open your browser on http://localhost:8010
Following packages belong to DigiOptions' ecosystem.
| Package | Version | Description |
|---|---|---|
digioptions/digioptions-app-dist |
Distributed app / web GUI for DigiOptions (html / javascript) | |
digioptions/digioptions-viewer-dist |
Embeddable web widget to view DigiOptions markets and order book (html / javascript) | |
digioptions/digioptions-assets |
Assets for building DigiOptions' apps (logos, icons, images) | |
berlincode/digioptions-contracts.js |
Freedex peer to peer protocol for decentralized markets on DigiOptions (javascript / solidity) | |
berlincode/digioptions-contracts-web-examples |
Browser based interface for creating and settling DigiOptions markets (html / javascript) | |
berlincode/digioptions-trader.js |
Customizable automatic trading system for DigiOptions (javascript) | |
berlincode/digioptions-tools.js |
Common base fuctions for building applications for DigiOptions' ecosystem (javascript) | |
berlincode/factsigner |
Provable signatures of real life events (javascript / solidity) | |
berlincode/factsigner-go |
Provable signatures of real life events (go) |
https://github.com/berlincode/digioptions-contracts-web-examples
Code and documentation copyright Ulf Bartel. Code is licensed under the MIT license.