Skip to content

owlprotocol/owlprotocol

Repository files navigation

Owl Protocol

contracts workflow web3-redux workflow

Owl Protocol - Web3 Tools & Dynamic NFTs.

TL;DR

git clone --recursive git@github.com:owlprotocol/owlprotocol.git

If you are using Turbo - OPTIONAL but recommended for devs

npx turbo login
npx turbo link

Then:

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.

LICENSE

Packages have different licenses depending on their nature & forks.

  • @owlprotocol/contracts-api: All Rights Reserved. (More opensource license under research)
  • @owlprotocol/chains: Apache-2. Forked from @thirdweb-dev/chains which is Apache-2.
  • All other packages: MIT License

Docs

Read the official docs at docs.owlprotocol.xyz.