Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nascentxyz/yobot
A trustless broker between searchers and minting bids.
https://github.com/nascentxyz/yobot
chakra dapp ethereum ethers flashbots nextjs nft typescript web3 zeplin
Last synced: 2 months ago
JSON representation
A trustless broker between searchers and minting bids.
- Host: GitHub
- URL: https://github.com/nascentxyz/yobot
- Owner: nascentxyz
- License: agpl-3.0
- Created: 2021-10-04T01:17:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-16T04:14:25.000Z (almost 3 years ago)
- Last Synced: 2024-10-24T16:49:34.246Z (3 months ago)
- Topics: chakra, dapp, ethereum, ethers, flashbots, nextjs, nft, typescript, web3, zeplin
- Language: TypeScript
- Homepage: https://yobot.com
- Size: 14.2 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yobot • [![tests](https://github.com/nascentxyz/yobot/actions/workflows/tests.yml/badge.svg)](https://github.com/nascentxyz/yobot/actions/workflows/tests.yml) [![lints](https://github.com/nascentxyz/yobot/actions/workflows/lints.yml/badge.svg)](https://github.com/nascentxyz/yobot/actions/workflows/lints.yml) ![GitHub](https://img.shields.io/github/license/nascentxyz/yobot) ![GitHub package.json version](https://img.shields.io/github/package-json/v/nascentxyz/yobot)
A **trustless** marketplace for minting nfts using flashbots.
## Development
Install dependencies:
```sh
yarn
```Run locally:
```sh
yarn dev
```Open http://localhost:3000 with your browser.
## Contracts
### Getting Started
Mainnet Yobot ERC721 Limit Order [0x715da5e53526bEdaC9Bd96e8FDB7eFb185D1B6CA](https://etherscan.io/address/0x715da5e53526bEdaC9Bd96e8FDB7eFb185D1B6CA)
Goerli Yobot ERC721 Limit Order: [0x20340e29ba445553f6a5c1b8d30f405b3447664d](https://goerli.etherscan.io/address/0x20340e29ba445553f6a5c1b8d30f405b3447664d).
Original [ArtBlocksBroker](https://etherscan.io/address/0xE52A2A7B8dACe2ff8cdC64EabB605821A393474D#code): `0xE52A2A7B8dACe2ff8cdC64EabB605821A393474D`
Original [ERC721LimitOrder](https://etherscan.io/address/0x56E6FA0e461f92644c6aB8446EA1613F4D72a756#code): `0x56E6FA0e461f92644c6aB8446EA1613F4D72a756`
## License
[AGPL-3.0-only](https://github.com/nascentxyz/yobot/blob/master/LICENSE)
# Credits
- [Artbotter](https://artbotter.io) for their tremendous initial lift and inspiration!
- [Georgios Konstantopoulos](https://github.com/gakonst) for the amazing [dapptools-template](https://github.com/gakonst/dapptools-template) resource.
- ds-test, OZ, Chainlink for inherited libraries
- [Rari dApp](https://github.com/Rari-Capital/rari-dApp/tree/master/src)
- [Jacobe Dawson](https://github.com/jacobedawson)'s [Connect Metamask React dApp Tutorial](https://dev.to/jacobedawson/build-a-web3-dapp-in-react-login-with-metamask-4chp).## Disclaimer
_These smart contracts are being provided as is. No guarantee, representation or warranty is being made, express or implied, as to the safety or correctness of the user interface or the smart contracts. They have not been audited and as such there can be no assurance they will work as intended, and users may experience delays, failures, errors, omissions, loss of transmitted information or loss of funds. Nascent is not liable for any of the foregoing. Users should proceed with caution and use at their own risk._