Skip to content

Latest commit

 

History

History
77 lines (62 loc) · 3.35 KB

README.md

File metadata and controls

77 lines (62 loc) · 3.35 KB

Owl Protocol

Owl Protocol - Web3 Tools & Dynamic NFTs.

TL;DR

git clone --recursive [email protected]:owlprotocol/owlprotocol.git
npx turbo login
npx turbo link
pnpm i

Packages

Package Version Description
Smart Contracts
contracts contracts-npm Dynamic NFT smart contractssuch as Crafting, Breeding, and other complex smart contract mechanics.
State Management
crud-redux crud-redux-npm CRUD state management library with caching using Redux and Dexie.js
web3-redux web3-redux-npm Web3 state management library with caching using web3.js, Redux, and Dexie.js
web3-redux-components web3-redux-components-npm React UI Components for common Web3 smart contracts such as EIP-20, EIP-721, and EIP-1155 as well as more complex Dynamic NFT mechanics.
NFT Metadata Encoding
nft-sdk nft-sdk-npm NFT SDK for encoding/decoding on-chain dna.
nft-sdk-components nft-sdk-components-npm React UI Components to render decoded attribtues.

Docs

Read the official docs at docs.owlprotocol.xyz.