All Projects → armors → Armors Solidity

armors / Armors Solidity

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Armors Solidity

Blockchain Learning
Learn and promote blockchain together by writing
Stars: ✭ 44 (-76.09%)
Mutual labels:  blockchain, ethereum, truffle
Awesome Ethereum Cn
Web3.js、Solidity、Truffle开发教程及以太坊开发资源汇总
Stars: ✭ 54 (-70.65%)
Mutual labels:  blockchain, ethereum, truffle
Remix
This has been moved to https://github.com/ethereum/remix-project
Stars: ✭ 1,063 (+477.72%)
Mutual labels:  blockchain, ethereum, evm
Burrow
https://wiki.hyperledger.org/display/burrow
Stars: ✭ 851 (+362.5%)
Mutual labels:  blockchain, ethereum, evm
Angular Truffle Starter Dapp
Angular CLI + Truffle Starter Dapp; write, compile & deploy smart contracts on Ethereum blockchains
Stars: ✭ 174 (-5.43%)
Mutual labels:  blockchain, ethereum, truffle
Disperse
React/Redux dApp (decentralized app) boilerplate using Ethereum's blockchain
Stars: ✭ 36 (-80.43%)
Mutual labels:  blockchain, ethereum, truffle
Eth Vue
Featured in Awesome Vue [https://github.com/vuejs/awesome-vue], a curated list maintained by vuejs of awesome things related to the Vue.js framework, and Awesome List [https://awesomelists.net/150-Vue.js/3863-Open+Source/18749-DOkwufulueze-eth-vue], this Truffle Box provides everything you need to quickly build Ethereum dApps that have authentication features with vue, including configuration for easy deployment to the Ropsten Network. It's also Gravatar-enabled. Connecting to a running Ganache blockchain network from Truffle is also possible -- for fast development and testing purposes. Built on Truffle 5 and Vue 3, eth-vue uses vuex for state management, vuex-persist for local storage of app state, and vue-router for routing. Authentication functionalities are handled by Smart Contracts running on the Ethereum blockchain.
Stars: ✭ 171 (-7.07%)
Mutual labels:  blockchain, ethereum, truffle
Eattheblocks
Source code for Eat The Blocks, a screencast for Ethereum Dapp Developers
Stars: ✭ 431 (+134.24%)
Mutual labels:  blockchain, ethereum, truffle
Truffle
A tool for developing smart contracts. Crafted with the finest cacaos.
Stars: ✭ 11,909 (+6372.28%)
Mutual labels:  blockchain, ethereum, truffle
Chaingear
The consensus computer driven database framework
Stars: ✭ 83 (-54.89%)
Mutual labels:  blockchain, ethereum, evm
Typechain
🔌 TypeScript bindings for Ethereum smart contracts
Stars: ✭ 769 (+317.93%)
Mutual labels:  blockchain, ethereum, truffle
Sablier
The protocol for real-time finance on the Ethereum blockchain
Stars: ✭ 147 (-20.11%)
Mutual labels:  blockchain, ethereum, truffle
Ethermint Archive
Ethereum on Tendermint using Cosmos-SDK!
Stars: ✭ 667 (+262.5%)
Mutual labels:  blockchain, ethereum, truffle
Ette
EVM-based Blockchain Indexer, with historical data query & real-time notification support 😎
Stars: ✭ 37 (-79.89%)
Mutual labels:  blockchain, ethereum, evm
Intellij Solidity
Solidity plugin for IntelliJ
Stars: ✭ 646 (+251.09%)
Mutual labels:  blockchain, ethereum, evm
Trace
Supply chain transparency platform proof-of-concept based on the Ethereum blockchain ✍️
Stars: ✭ 52 (-71.74%)
Mutual labels:  blockchain, ethereum, truffle
React Ethereum Dapp Example
A starter boilerplate for an Ethereum dapp using web3.js v1.0, truffle, react, and parity
Stars: ✭ 384 (+108.7%)
Mutual labels:  blockchain, ethereum, truffle
Eth Crypto
Cryptographic javascript-functions for ethereum and tutorials to use them with web3js and solidity
Stars: ✭ 420 (+128.26%)
Mutual labels:  blockchain, ethereum, truffle
Marketprotocol
Ethereum based derivatives trading protocol creating digital tokens for any asset
Stars: ✭ 78 (-57.61%)
Mutual labels:  blockchain, ethereum, truffle
Remix Ide
Documentation for Remix IDE
Stars: ✭ 1,768 (+860.87%)
Mutual labels:  blockchain, ethereum, evm

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.

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.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].