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

https://github.com/planarnetwork/ticket-wallet

Ethereum ERC-721 contract for retailing travel tickets
https://github.com/planarnetwork/ticket-wallet

Last synced: 11 months ago
JSON representation

Ethereum ERC-721 contract for retailing travel tickets

Awesome Lists containing this project

README

          

# Planar Network - Ticket Wallet Contract [![Build Status](https://travis-ci.org/planarnetwork/ticket-wallet.svg?branch=master)](https://travis-ci.org/planarnetwork/ticket-wallet)

ERC721 compliant Solidity contract for travel tickets.

## Use

The ABI files for the contract can be included into other projects using npm:

```
npm install --save @planar/ticket-wallet
```

## Build

```
npm install
npm run build
```

## Test

```
npm test
```

## Contributing

Issues and PRs are very welcome.

## License

This software is licensed under [MIT](https://opensource.org/licenses/MIT).