6.2.0 • Published 1 year ago
solidity-linked-list v6.2.0
Solidity Linked List
An utility library for working with sorted linked list data structures in your Solidity project.
Install
npm install solidity-linked-listUsage
pragma solidity ^0.8.0;
import {StructuredLinkedList} from "solidity-linked-list/contracts/StructuredLinkedList.sol";
contract MyContract {
using StructuredLinkedList for StructuredLinkedList.List;
StructuredLinkedList.List list;
// your stuff
}Code
Documentation
Code Analysis
Development
Install dependencies
npm installCompile
npm run compileTest
npm testCode Coverage
npm run coverageLinter
Check Solidity files
npm run lint:solCheck JS/TS files
npm run lint:jsFix JS and Solidity files
npm run lint:fixLicense
Code released under the MIT License.
6.2.0
1 year ago
6.1.0
1 year ago
6.0.0
1 year ago
5.6.0
2 years ago
5.5.0
2 years ago
5.4.0
2 years ago
5.3.0
2 years ago
5.2.1
2 years ago
5.1.0
4 years ago
5.0.0
5 years ago
4.0.0
5 years ago
3.2.0
5 years ago
3.1.0
5 years ago
3.0.0
6 years ago
2.1.2
6 years ago
2.1.1
6 years ago
2.1.0
7 years ago
2.0.2
7 years ago
2.0.1
7 years ago
2.0.0
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago