Armors-solidity is a framework to build secure smart contracts on Ethereum.
Armors-solidity integrates with Truffle, an Ethereum development environment. Please install Truffle and initialize your dapp with truffle init
.
npm install -g truffle
mkdir dapp && cd dapp
truffle init
To install the Armors library, run the following in your Solidity project root directory:
npm init -y
npm install armors-solidity
Code released under the MIT License.