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
- Host: GitHub
- URL: https://github.com/gnosis/hg-contracts-playground
- Owner: gnosis
- License: lgpl-3.0
- Created: 2018-12-04T16:12:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-13T15:47:48.000Z (almost 7 years ago)
- Last Synced: 2025-01-24T07:29:40.871Z (9 months ago)
- Language: JavaScript
- Size: 115 KB
- Stars: 1
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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