idhong / armors-solidity

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Armors-solidity

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

Getting Started

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

License

Code released under the MIT License.

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

About

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

License:MIT License


Languages

Language:JavaScript 93.0%Language:Shell 7.0%