🎯
Focusing
Solidity | Rust dev, Builder
Stablecoin 4tw
-
https://remi.money
- https://x.com/abhitoshi
- @abhitoshi
- https://t.me/abhitoshi
Pinned Loading
-
eos_get_balance.cpp
eos_get_balance.cpp 1asset token::get_balance( account_name owner, symbol_name sym )const
2{
3accounts accountstable( _self, owner );
4const auto& ac = accountstable.get( sym );
5return ac.balance;
-
rest_s3.py
rest_s3.py 1@app.route('/file', methods=["POST"])
2def upload_file():
3if "user_file" not in request.files:
4return "No user_file key in request.files"
5file = request.files["user_file"]
-
irc2.py
irc2.py 1from iconservice import *
23TAG = 'SampleToken'
45 -
s3_send.py
s3_send.py 1def upload_to_aws_s3(file):
2s3.upload_fileobj(
3file,
4S3_BUCKET,
5file.filename,
-
tbears_enter.sh
tbears_enter.sh 1$ docker container start -a local-tbears
2root@8cfa3f87b3c4:/tbears#
-
ether-poe.sol
ether-poe.sol 1pragma solidity ^0.4.20;
23contract poe {
4mapping(string => uint) proof;
5event Exists(string data, uint blockNumber);
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.