A yield farming walkthrough for Arkadiko Finance

For folks who’d like to dive deeper into the intricacies of yield farming on Arkadiko, read on as I share my experience interacting with Arkadiko.Finance. 

The front-end of Arkadiko Protocol went live at Stacks block 34620, after connecting your hiro web wallet, you’re greeted with a sleek UX where a tutorial prompt will walk you through the basic functions of Arkadiko. At launch, users are able to open a vault, swap digital assets, provide liquidity in pools and staking of DIKO.

Continue Reading

Stacks Ecosystem Map

Stacks 2.0 went live on mainnet in January 2021, and in less than 9 months the Stacks Ecosystem has grown tremendously with diverse sets of communities aggregating across different niche areas. Developers from around the world started building on Stacks Protocol, secured by the Bitcoin Network, with applications from DeFi to Supply Chain Management, Art, Utility Tools and more.

I’m creating this post to document the growth of the Stacks Ecosystem, with quarterly Ecosystem Map updates, so stick around for the latest Stacks Ecosystem updates!

1st Version of Stacks Ecosystem Map, as of September 2021:

Continue Reading

NFTs on Bitcoin

Non-fungible token(NFT) has been the talk of the town since the turn of the new year, especially with the sale of Beeple’s US$69 million NFT art at Christie’s. NFTs was largely popularized by Rare Pepes, Crypto Punks & Cryptokitties on the Ethereum blockchain in 2017 but do you know that the history of NFTs can be traced back to 2012 on the Bitcoin blockchain(Colored Bitcoin). Where Yoni Assia discussed coloured coins as unique and identifiable and was part of the “Genesis bitcoin transaction”.

So what exactly is a Non-fungible token?

Fungibility is most commonly defined as “an item is replaceable by another identical item”. E.g. Fiat currencies, a 20 dollar bill has the same value as another 20 dollar bill where users do not differentiate them and counterparties do not possess any discrimination against one over another 20 dollar bill. Non-fungible is the exact opposite of this, where each item is unique on its own, and people place different value on each item. In the physical world, items that are non-fungible ranges from artwork, music, to personal items where they are largely non-fungible. Non-fungible token represents ownership of a digital asset that is unique on its own on the public blockchain. A more in-depth discussion about what NFTs are can be found in the NFT bible.  

Continue Reading

Stacks Blockchain materials

 

I’ve created some Stacks education materials that addresses some of the common questions that end users may ask when they first come across Stacks and/or using dApps built on Stacks blockchain. I’ve kept it in a very basic modular format, with the aim of allowing creators and developers to freely use them and build on top of it for their own need.

 

Each folder contains: Video with narration, Video without narration, Audio-only, Text only

Continue Reading

A Beginner’s Guide to setting up a testnet STX miner

If you’re a complete beginner, with the intention of setting up a testnet STX miner for the first time using a Windows PC, you’re at the right place. Follow these easy step-by-step walkthroughs to get your STX miner set up and running!

Before you begin, check that you have the necessary software installed on your PC:

Rust, Microsoft C++ Build Tools 2019(C++ build tools), Git , node.js, curl and Python

Tutorials that I’ve relied upon while writing this walkthrough

Once you have all software installed, power up your command prompt and insert your first command:

git clone https://github.com/blockstack/stacks-blockchain.git

#This is to download stacks blockchain files on to your computer

Continue Reading