项目作者: FriendsFingers

项目描述 :
An ERC721 NFT Token that represents a Collectible Shaka
高级语言: JavaScript
项目地址: git://github.com/FriendsFingers/shaka-collectible.git
创建时间: 2018-08-19T21:00:41Z
项目社区:https://github.com/FriendsFingers/shaka-collectible

开源协议:MIT License

下载


Shaka Collectible

Build Status
Coverage Status

An ERC721 NFT Token that represents a Collectible Shaka.

You can view the DApp working here and explore the DApp Source Code here.

Installation

Install truffle.

  1. npm install -g truffle // Version 4.1.13+ required.

Install dependencies

  1. npm install

Linter

Use Solium

  1. npm run lint:sol

Lint and fix all

  1. npm run lint:all:fix

Compile and test the contracts.

Open the Truffle console

  1. truffle develop

Compile

  1. compile

Test

  1. test

Run server

Run the liteserver development server for front-end hot reloading. For now, smart contract changes must be manually recompiled and migrated.

  1. npm run dev

Optional

Install the truffle-flattener

  1. npm install -g truffle-flattener

Usage

  1. truffle-flattener contracts/token/ShakaCollectible.sol >> dist/ShakaCollectible.sol

Solidity Doc Github

OpenZeppelin Doc Github

Truffle Doc Github

Web3.js Doc 0.20.6 Doc 1.0.* Github