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

helianthus1997/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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 91.5%
  • Shell 8.5%