Skip to content

owlprotocol/owlprotocol-oldpub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Owl Protocol

Owl Protocol - Web3 Tools & Dynamic NFTs.

TL;DR

git clone --recursive git@github.com: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.