NEP-141 fungible token AssemblyScript implementation

Viewed 163

Was hoping to find NEP-141 examples in AssemblyScript. I'm currently refactoring an NEP4 contract and could use any code examples in AssemblyScript to help lessen some confusion. I do realize Rust is a more secure option for dealing with tokens. This is for learning purposes only, and will remain on testnet. Any help is very much appreciated.

Currently, I'm using these for reference:

https://learn.figment.io/network-documentation/near/tutorials/1-project_overview/2-fungible-token

https://nomicon.io/Standards/FungibleToken/Core.html

0 Answers
Related