Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gusinacio/taipe-contracts
Smart contracts for Taipe Experience
https://github.com/gusinacio/taipe-contracts
blockchain ethereum evm hardhat smart-contracts solidity
Last synced: about 1 month ago
JSON representation
Smart contracts for Taipe Experience
- Host: GitHub
- URL: https://github.com/gusinacio/taipe-contracts
- Owner: gusinacio
- Created: 2023-02-14T21:12:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-14T21:26:03.000Z (almost 2 years ago)
- Last Synced: 2024-11-06T13:57:15.718Z (3 months ago)
- Topics: blockchain, ethereum, evm, hardhat, smart-contracts, solidity
- Language: TypeScript
- Homepage: https://www.festadotaipe.xyz/
- Size: 175 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Taipe Experience Contracts
This repository contains the source code of the Taipe Experience Contracts. Taipe Experience is a NFT project multi-chain, with the aim of creating a unique experience for the user, through the creation of NFTs that are not only unique but also have a unique experience.## Contracts
- EthereumTaipe - Ethereum instance of the ERC721 contract for working with Polygon Bridge
- PolygonTaipe - Polygon instance of the ERC721 contract for working with Polygon Bridge
- VRFMinter - Contract for minting NFTs with VRF from Chainlink
- BatchSale - Contract for batch sales of NFTs that communicates with the VRFMinter contract
- UniswapConsumer - Contract for swapping tokens with Uniswap
- TaipeSplitter - Contract for splitter with all partiesThe ERC721 contract is compatible with the OperatorFilterer interface from Opensea. The Batchsale contract is upgradable and can be used with the OpenZeppelin Upgrades plugin.