Skip to content
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.

Commit

Permalink
Merge pull request #15 from xpepermint/master
Browse files Browse the repository at this point in the history
Package name and readme
  • Loading branch information
xpepermint committed Apr 11, 2018
2 parents 084a1f8 + b0d9eaa commit 495ae82
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 40 deletions.
40 changes: 5 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,46 +1,16 @@
![Build Status](https://travis-ci.org/xpepermint/rawmodeljs.svg?branch=master) 
[![Dependency Status](https://gemnasium.com/badges/github.com/0xcert/ethereum.svg)](https://gemnasium.com/github.com/0xcert/ethereum)
<img src="assets/cover.png" />

# [0xcert](https://0xcert.org)-[ethereum](https://ethereum.org)
![Build Status](https://travis-ci.org/0xcert/ethereum.svg?branch=master)&nbsp;
[![Dependency Status](https://gemnasium.com/badges/github.com/0xcert/ethereum.svg)](https://gemnasium.com/github.com/0xcert/ethereum)

> 0xcert protocol implementation for Ethereum blockchain.
This is the official implementation of the 0xcert protocol for the Ethereum blockchain. It follows the technical details described in the official [0xcert whitepaper](/0xcert/whitepaper). This is an open source repository and the project is build with [Truffle framework](http://truffleframework.com).

## Development

* Run `npm install` to install dependencies.

* Run `npm test` to run tests.
This is the official implementation of the 0xcert protocol for the Ethereum blockchain. It follows the technical details described in the official [0xcert whitepaper](/0xcert/whitepaper).

* Run `npm run flatten` to merge the source code into a single file.

## Credits

* Kristijan Sedlak, *author*
* Luka Kacil, *author*
* Tadej Vengust, *author*
This is an open source repository and the project is build with [Truffle framework](http://truffleframework.com).

## License (MIT)

```
Copyright (c) 2018 0xcert <admin@0xcert.org>.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated modelation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
```
Binary file added assets/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 29 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "0xcert-ethereum",
"name": "@0xcert/ethereum",
"version": "0.1.0",
"description": "0xcert protocol implementation for Ethereum blockchain.",
"private": true,
"main": "truffle.js",
"directories": {
"contracts": "contracts",
Expand All @@ -18,14 +17,39 @@
"setup:ganache": "ganache-cli",
"setup:env": "npm-run-all -p setup:ganache setup:migrate"
},
"author": "https://0xcert.org",
"author": "0xcert",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/0xcert/ethereum.git"
},
"bugs": {
"url": "https://github.com/0xcert/ethereum/issues"
},
"homepage": "https://github.com/0xcert/ethereum#readme",
"keywords": [
"0xcert",
"protocol",
"ethereum",
"eth",
"contracts",
"contract",
"smart",
"smart-contracts",
"smart-contract",
"tokens",
"token",
"xct",
"xcert",
"non-fungible",
"erc721"
],
"devDependencies": {
"ethjs-util": "0.1.4",
"ethjs-util": "^0.1.4",
"ganache-cli": "^6.1.0",
"npm-run-all": "^4.1.2",
"truffle": "^4.1.0",
"truffle-flattener": "1.2.0",
"truffle-flattener": "^1.2.0",
"web3-utils": "^1.0.0-beta.30"
}
}

0 comments on commit 495ae82

Please sign in to comment.