Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.41 KB

useful-libraries.md

File metadata and controls

51 lines (35 loc) · 1.41 KB

Useful Libraries

Template Contracts

{% embed url="https://github.com/baedrik/snip721-reference-impl/tree/master/src" %} Basic template for NFTs {% endembed %}

{% embed url="https://github.com/luminaryphi/secret-random-minting-snip721-impl" %} NFT template that uses randomized minting {% endembed %}

{% embed url="https://github.com/TriviumNode/secret-contract-template" %} Generalized skeleton template for smart contracts {% endembed %}

Developer tools

{% embed url="http://polarframework.com/" %} Boilerplate system for rapid project deployment {% endembed %}

CCRs

{% embed url="https://github.com/SecretNetwork/secret-network-community-code-repositories" %} Library of example contract accomplishing specific functions (Community Code Repositories) {% endembed %}

Open Source Contracts

{% embed url="https://github.com/baedrik/mystic-skulls" %} Upgradable NFT project {% endembed %}

{% embed url="https://github.com/TriviumNode/cloak" %} Private wallet gas seeding from BlackBox {% endembed %}

{% embed url="https://github.com/Secret-Dreamscape/contract" %} Secret DreamScape game contract {% endembed %}

Secret-Toolkit

{% embed url="https://github.com/scrtlabs/secret-toolkit" %} Helpful utilities to streamline many aspects of contract creation. Often vital to operation. {% endembed %}

Secret Foundation Docs

{% embed url="https://github.com/SecretFoundation/docs/blob/main/docs/dev/resources.md" %}