项目作者: coinabis

项目描述 :
Coinabis is a ERC20 token that will be on the OMG (Plasma) blockchain focused on legal cannabis transactions, blockchain IP patents, seed-2-sale, product testing/authenticity, and revenue smart contracts
高级语言: JavaScript
项目地址: git://github.com/coinabis/CBIS.git
创建时间: 2018-01-27T00:27:43Z
项目社区:https://github.com/coinabis/CBIS

开源协议:MIT License

下载


Zeppelin Solidity

NPM Package
Build Status
Coverage Status

OpenZeppelin is a library for writing secure Smart Contracts on Ethereum.

With OpenZeppelin, you can build distributed applications, protocols and organizations:

NOTE: New to smart contract development? Check our introductory guide.

Getting Started

OpenZeppelin integrates with Truffle, an Ethereum development environment. Please install Truffle and initialize your project with truffle init.

  1. npm install -g truffle
  2. mkdir myproject && cd myproject
  3. truffle init

To install the OpenZeppelin library, run the following in your Solidity project root directory:

  1. npm init -y
  2. npm install -E zeppelin-solidity

Note that OpenZeppelin does not currently follow semantic versioning. You may encounter breaking changes upon a minor version bump. We recommend pinning the version of OpenZeppelin you use, as done by the -E (--save-exact) option.

After that, you’ll get all the library’s contracts in the node_modules/zeppelin-solidity/contracts folder. You can use the contracts in the library like so:

  1. import 'zeppelin-solidity/contracts/ownership/Ownable.sol';
  2. contract MyContract is Ownable {
  3. ...
  4. }

Security

OpenZeppelin is meant to provide secure, tested and community-audited code, but please use common sense when doing anything that deals with real money! We take no responsibility for your implementation decisions and any security problem you might experience.

If you find a security issue, please email security@openzeppelin.org.

Developer Resources

Building a distributed application, protocol or organization with OpenZeppelin?

Interested in contributing to OpenZeppelin?

Collaborating organizations and audits by OpenZeppelin

among others…

License

Code released under the MIT License.