docs icon indicating copy to clipboard operation
docs copied to clipboard

🔹[EPIC] Auction Series

Open gagdiez opened this issue 1 year ago • 1 comments

We want to create a new series that takes the user from the start to the end of the NEAR development, teaching them about contract development, primitives, frontend integration and indexers.

For this, we came up with the idea of a simple Auction contract that gets iteratively updated adding more and more features:

  1. An unlocked auction contract that gets funding and registers the winner
  2. An auction contract, that has a beneficiary that can claim the money
  3. An auction using FT
  4. An auction using FTs that transfer an NFT to the winner of the auction

### Related Issues
- [x] Create the Rust series
- [x] Create the TS series
- [x] Build the frontend
- [ ] Create the Indexer
- [ ] Create the docs for it

Resources

  • Draft PR #2147

gagdiez avatar Jun 05 '24 14:06 gagdiez

I have brought up a list of questions regarding this series here https://github.com/matiasbenary/auction-tutorial/issues/4

PiVortex avatar Jul 15 '24 11:07 PiVortex