README
Solidity Data Structures
Common data structures implemented in solidity. Currently supports:
- Sets
- Dictionaries
Status
Work in progress.
Thanks
Special thanks to existing projects that were forked and adapted for this project:
Simple data structures for Ethereum smart contracts.
<script type="module">
import solDatastructs from 'https://cdn.skypack.dev/sol-datastructs';
</script>
Common data structures implemented in solidity. Currently supports:
Work in progress.
Special thanks to existing projects that were forked and adapted for this project: