FT icon indicating copy to clipboard operation
FT copied to clipboard

Example implementations of money-like tokens, where one token is the same as any other, using the NEP-141 spec (similar to ERC-20)

Results 15 FT issues
Sort by recently updated
recently updated
newest added

Added ava tests. Run `test.sh`(on unix) or `test.bat` on windows for testing.

hi, I tried to run script 'build' or cargo build - returns error "error: could not find `Cargo.toml` in `...\FT` or any parent directory" for me it helped to add...

When I use main.ava.js to test FT whit ava, the beforeEach hook always throws failures. Below is the relevant logging, hope someone can help me. ` ✖ beforeEach hook for...

followed the tutorial until the tests. tried to run them environment: ubuntu 21.04 rust: latest from 4 days ago ~~~~ --- stderr thread 'main' panicked at 'Unable to find libclang:...

Can we have in the readme an example for querying the balance of an account please? Also the explorer doesn't support auto-detecting user's FT Tokens (like etherscan) right?

Link: https://github.com/nearprotocol/NEPs/blob/master/specs/Standards/Tokens/FungibleToken.md

Currently the README in the project root has an empty section for Rust. While the tests are a decent step toward informing a user about usage, there are some aspects...

near call $ID new '{"owner_id": "'$ID'", "total_supply": "1000000000000000", "metadata": { "spec": "https://upload.wikimedia.org/wikipedia/commons/thumb/archive/7/76/20110911121639!Lazio_Coat_of_Arms.svg/120px-Lazio_Coat_of_Arms.svg.png", "name": "Vibe Project Tokens", "symbol": "VIBE", "decimals": 8 }}' --accountId $ID Error formatting a string: Input string was...

This project is affected by https://github.com/near/near-sdk-rs/issues/1119

I'm developing Dapp on NEAR protocol. And I want to cross call method. I'm writing FT contract's storage_balance_of() method before call ross call method. But Unhandled Rejection (Error): [-32700] occured....