An open API service indexing awesome lists of open source software.

https://github.com/gnosis/hg-contracts-playground

Playground to test out hg-contracts functionality for UI implementation
https://github.com/gnosis/hg-contracts-playground

Last synced: 7 months ago
JSON representation

Playground to test out hg-contracts functionality for UI implementation

Awesome Lists containing this project

README

          

# hg-contracts playground

This is an experimental [hg-contracts](https://github.com/gnosis/hg-contracts) playground. It includes one `index.js` file that runs various stages of the contracts to interface with them.

This only really makes sense for attendants of the PM 2.0 Coding Sessions.

Run with `node src/index` from root.

# Prerequisites

This package requires you to have the `hg-contracts` repository npm-linked. If you have `hg-contracts-playground` and `hg-contracts` in the same folder, you can run this from their parent folder:
```
cd hg-contracts
npm link
cd ../hg-contracts-playground
npm link ../hg-contracts`
```

# License

These experiments are licensed under [LGPL 3.0](https://www.gnu.org/licenses/lgpl-3.0.en.html) license.

## Security and Liability

All contracts are **WITHOUT ANY WARRANTY**; *without even* the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

LGPL 3.0: https://www.gnu.org/licenses/lgpl-3.0.en.html