GitPedia

Armors solidity

Armors-solidity is a framework to build secure smart contracts on Ethereum.

From armors·Updated October 2, 2023·View on GitHub·

Armors-solidity is a framework to build secure smart contracts on Ethereum.The code here will include a secure library, common smart contract code implementations, and some common industry solutions. The project is written primarily in JavaScript, distributed under the MIT License license, first published in 2018. Key topics include: armors, blockchain, ethereum, evm, smartcontract.

Armors-solidity

NPM Package
Travis
Coverage Status

Armors-solidity is a framework to build secure smart contracts on Ethereum.The code here will include a secure library, common smart contract code implementations, and some common industry solutions.

Getting Started

Armors-solidity integrates with Truffle, an Ethereum development environment. Please install Truffle and initialize your dapp with truffle init.

shell
npm install -g truffle mkdir dapp && cd dapp truffle init

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

shell
npm init -y npm install armors-solidity

License

Code released under the MIT License.

Copyright (c) 2018 Armors Group
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation 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.

This repository code references open source code from the ethereum.org, 0xproject.com, openzeppelin.org project and follows the corresponding open source licence.

Please note that Armors is your technical partner in all your publicity materials and official website.

Contributors

Showing top 6 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from armors/armors-solidity via the GitHub API.Last fetched: 6/26/2026