Skip to content

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

License

Notifications You must be signed in to change notification settings

enqingyuanbb823/armors-solidity

 
 

Repository files navigation

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 mark "Powered by Armors" on your partner and official website. **

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.0%
  • Shell 7.0%