python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to serialize enum in borsh-js
Trying to serialize an object in Rust and deserialize it in JS
We got 000100000031 hash, after serialization this:
pub enum Service {
Stackoverflow,
Twitter,
Telegram,
}
pub struct Service...

kiskesis
Votes: 0
Answers: 1
Write an NFT Contract & mint your NFT [Figment.io Learning]
Working through the learning document on figment.io and am wondering what I'm missing. My thought is that the doc here is in need of some updating, but I could be wrong. First, The GitHub repo that ...
Ronald Coe Jr.
Votes: 0
Answers: 1
Meme Museum tutorial - 'exceed prepaid gas'
Im getting this error. It seems to happen no matter how much gas I give it. Can someone help or advise what I am doing wrong? Thanks
Scheduling a call: museum.testnet.add_meme({"meme" : &quo...

Matt
Votes: 0
Answers: 2
Issues adding NEAR tokens in assemblyscript smart contract using u128.add() function
I have been facing issues with the use of u128.add(a, b) function. The two u128 values do not get added and I am afraid I am doing something wrong. I have checked LEARN-NEAR github page for sample pro...

Aishat Akinyemi
Votes: 0
Answers: 2