Skip links

Archive

Auditoria CryptoCup

Se le solicitó a CoinFabrik que audite los contratos para el token ERC721 de CryptoCup. En primer lugar, proporcionaremos un resumen de nuestros descubrimientos y, en segundo lugar, mostraremos los detalles de nuestros hallazgos.

我从加密资产套利经验

近来很多网络的帖子说怎么加密市场的套利让商人挣钱。好多次我试一试了用套利,但是没取得有益的战略。那么, 我告诉你什么问题找到了,可能帮你躲开犯一样的错误。 请看一下:       考虑交易所费还有交易的佣金,商机套利大多消失了。       交易所中、钱包保养的时候商机套利大多出现了,存款和提款办不到。       由于市场波动,交易所之间的交易时间导致套利变得不确定。 你要知道怎么用PHYTON、 白手起家办监督套利、还有其它有用的资料? 读起来吧。。。 套利是什么? 意思是(根据百度)交易者利用两个市场之间的价格差异,通过低买高卖获取利润的一种交易活动。例如,你比一比两个市场的时候,发现在一个有些股票更便宜,那你可以买的,然后在另一个卖的挺贵,差价导致好处。不幸的是,太简易的。 这种形势让商人门利用这个机会; 这样,一边更便宜的市场增加需求, 一边更贵的市场增加要约。因此,它们无意中稳定了价格不平等。此外,一个市场的交易者多,他们稳定价格的效率就越高。其实,有些金融模型假定无套利条件,意思是,高效市场上,没有商机套利等你。 但事实是加密资产市场还很新鲜。交易量低的新交易所不断出现。这种市场还不高效的。 加密市场上怎么找到套利机会? 有很多工具可以帮你找到套利机会。开始用最容易的:网页监督这些机会 (例如, 这个)。 这些网页有问题,你不能管制什么交易所和资产被监督得,所以如果要趁势必须自己做的(你必须在正确的时间,在正确的交易所中拥有你的投资资产)。

El Regreso de las Criptomonedas Estables

El beneficio más importante que nos han brindado Bitcoin y la tecnología Blockchain es un modesto precio de entrada para conformar nuestro propio libro contable y de monedas. Esto significa que, ahora, podemos implementar fácilmente los conceptos del Banca libre.

The Return of the Stable Coins

The most important benefit that Bitcoin and Blockchain Technologies have brought to us is a low-entry barrier to deploy our own currency and financial ledger. This means that, now, we can easily implement the concepts of Free Banking.

ERC20 Token Development on RSK with OpenZeppelin and Web3.py

In my last article, I’ve shown you how to make a Solidity ERC20 Token for the RSK Mainnet, how to import and use OpenZeppelin libraries and contracts, and how to use Truffle to deploy and interact with our contract.

Although we succeeded in our quest and accomplished our objectives using Truffle, eventually this suite might present failures when you are sending transactions, deploying or managing accounts. In our case, while following the previous article instructions, I’ve had problems managing newly created accounts in Truffle and sending transactions.

ERC20 Token Development on RSK with OpenZeppelin

In the last article, we have seen how to build an RSK node in our computer, select the proper network for development, configure Truffle to connect and deploy our future contracts, add accounts to our node and obtain funds to use them to pay the gas.

You should have now your node in the selected network fully synced, and at least one account with funds configured in the truffle and RSK node config files for our deployments.

In this article, we’ll be discussing deployment and interaction of Smart-Contracts over the RSK network. Our contract will be an ERC20 Token, based on the OpenZeppelin libraries, and we will deploy it directly into the Mainnet.

Introducción al desarrollo de contratos inteligentes en RSK

Estos últimos años ha habido un crecimiento en el desarrollo de Smart Contracts, predominantemente en la Blockchain de Ethereum. Ethereum, al ser un tipo diferente de blockchain que Bitcoin, puede ejecutar líneas concisas de código dentro de su cadena, un trabajo que Bitcoin (diseñado específicamente para enviar transacciones fácilmente) no puede hacer. Aquí es donde RSK interviene construyendo una sidechain atada a Bitcoin a través de un sistema de 2 vías, gestionado por los socios de la federación, que posibilita la ejecución del código.