Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thor314/near-bugs-and-examples
Bugs and awkward behavior I've found, and examples of developing on NEAR protocol
https://github.com/thor314/near-bugs-and-examples
Last synced: 9 days ago
JSON representation
Bugs and awkward behavior I've found, and examples of developing on NEAR protocol
- Host: GitHub
- URL: https://github.com/thor314/near-bugs-and-examples
- Owner: thor314
- Created: 2021-01-19T12:04:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T19:31:57.000Z (9 months ago)
- Last Synced: 2024-01-31T20:35:31.811Z (9 months ago)
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* What this:
I made a bunch of toy directories while writing Mintbase's core contracts to
document bugs and/or to try out complex features before implementing them for
realz.Most of note is =near-template=, which you may want to clone for your dumb toy
directories too. =near_cross_n_sim_ex= may also be of interest, as it documents
the setup of a Rust monorepo setup with multiple contracts that interface with
one another.If you have questions about these directories (perhaps because you're running
into a parallel confusion/issue), feel free to drop me an issue.