All Projects → cryptofinlabs → Cryptofin Solidity

cryptofinlabs / Cryptofin Solidity

Licence: mit
A collection of Solidity libraries for building secure and gas-efficient smart contracts on Ethereum.

Programming Languages

solidity
1140 projects

Projects that are alternatives of or similar to Cryptofin Solidity

Coinbasepro Csharp
The unofficial .NET/C# client library for the Coinbase Pro/GDAX API
Stars: ✭ 143 (+130.65%)
Mutual labels:  ethereum, library
Abdk Libraries Solidity
Open-Source Libraries for Solidity by ABDK Consulting
Stars: ✭ 84 (+35.48%)
Mutual labels:  ethereum, library
Bokkypoobahsdatetimelibrary
Gas-Efficient Solidity DateTime Library
Stars: ✭ 111 (+79.03%)
Mutual labels:  ethereum, library
Kethereum
Kotlin library for Ethereum
Stars: ✭ 161 (+159.68%)
Mutual labels:  ethereum, library
Walletconnect Monorepo
WalletConnect Monorepo
Stars: ✭ 230 (+270.97%)
Mutual labels:  ethereum, library
Ccxt
A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges
Stars: ✭ 22,501 (+36191.94%)
Mutual labels:  ethereum, library
Ethereum Input Data Decoder
Ethereum smart contract transaction input data decoder
Stars: ✭ 242 (+290.32%)
Mutual labels:  ethereum, library
Ethkit
Ethereum dev toolkit for Go
Stars: ✭ 32 (-48.39%)
Mutual labels:  ethereum, library
Ethereum Ico Contract
Tested Ethereum ICO Contract for Token Crowdsales
Stars: ✭ 59 (-4.84%)
Mutual labels:  ethereum
Revoke.cash
❌ Revoke or change your ERC20 token allowances
Stars: ✭ 60 (-3.23%)
Mutual labels:  ethereum
React Gojs
GoJS React integration
Stars: ✭ 59 (-4.84%)
Mutual labels:  library
Mcusim
MCUSim is an XSPICE library with microcontrollers.
Stars: ✭ 59 (-4.84%)
Mutual labels:  library
New Empty Python Project Base
The Perfect Python Project Template. Bored of coding anew the same thing for your new Python projects? Here is what you need. Click below on the "use this template" green button to start using it instantly. Rename the "project" folder and all references to this folder to customize your project name.
Stars: ✭ 60 (-3.23%)
Mutual labels:  library
Stow Smart Contracts
Formerly Linnia-Smart-Contracts
Stars: ✭ 59 (-4.84%)
Mutual labels:  ethereum
Solidity Auction
A simple auction dApp for Ethereum, written in Solidity.
Stars: ✭ 60 (-3.23%)
Mutual labels:  ethereum
Zknifty
🎴Zero-knowledge non-fungible tokens on Ethereum using zk-SNARKs
Stars: ✭ 59 (-4.84%)
Mutual labels:  ethereum
Cordova Plugin Device Motion
Apache Cordova Plugin device-motion
Stars: ✭ 58 (-6.45%)
Mutual labels:  library
Gena
Generic pseudo-templated containers for C. Written entirely in C89 with design inspired by the C++ STL. /// DOCS ARE SLIGHTLY OUTDATED, PROJECT IS STABLE AND STILL IN ACTIVE DEVELOPMENT
Stars: ✭ 61 (-1.61%)
Mutual labels:  library
Kin Token
Kin token contracts.
Stars: ✭ 60 (-3.23%)
Mutual labels:  ethereum
Scribble
Scribble instrumentation tool
Stars: ✭ 60 (-3.23%)
Mutual labels:  ethereum

CryptoFin Solidity

A collection of Solidity libraries, with an initial focus on arrays.

Documentation

Documentation is generated from Natspec.

Quickstart

npm install --save cryptofin-solidity

Use it in a project

import "cryptofin-solidity/contracts/array-utils/AddressArrayUtils.sol";

contract Contract {
  using AddressArrayUtils for address[];

  function containsDeadBeef(address[] memory addresses)
    returns (bool)
  {
    return addresses.contains(address(0xdeadbeef));
  }

}

Contributing

If you'd like to contribute, this library is in need of:

v0.0.x

This library is still relatively new and may have breaking changes in the future.

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].