Project Title: Developer in Residence Forum Update
One-liner: create an OpenZeppelin analogue for near protocol.
Project Summary: create a library to help developer to build FT and NFT with assemblyscript
Period : March, 2022
Accomplished:
— Fungible Token:
- Completed the development of the Fungible Token
- Created a sample project to show of to use the library to create a Fungible Token (source code here)
- Created a Medium articles to show how to create a Fungible Token with the library (Medium article link here)
— Non Fungible Token:
- Deployed a mock of a Non Fungible Token on my testnet wallet address
- Defined INEP171, INEP177, INEP178, INEP181 interfaces
- Implemented NEP177, NEP181, part of NEP171 classes
- Create a project to show how to use the library to create NFT (source code here) ← this code is not completed yet
Library Source Code: GitHub - Doc-Failure/OpenBlimp
Goals For Next Update:
- First of all… documentation. (I haven’t written a good amount of documentation yet).
- Complete the NFT module.
- Create an ad article to show how to use the library to create NFT
- Increase Tests
- Integrate Code Coverage in the library (? I don’t known if is possible)
Bonus: during January, I forked and deployed a Sushiswap clone on the Aurora testnet. On top of that, I have integrated an ERC-20 Factory and an IDO tool. This month I tried to show my project during an AMA on the Near University Channel. These are the slides used during the presentation (Google slides here).