Nonthakon Jitchiranant

@nonthakon

Joined on Jan 13, 2022

  • activity based function calculateEmissionByActivity(activity: ActivityDTO) : { calculatedAt: Date; totalEmission: number; materialEmission?: number; transportationEmission?: number; } // Database `cccdb` // Type: subcollection // Collection name `activities`
     Like  Bookmark
  • ๐Ÿ Our Goal Okay! Now we know what Osmosis is and what we are going to build. Let's get start by preparing our workspace on local environment. Luckily, Osmosis Labs provide us with a wonderful tool called LocalOsmosis which already pre-configured standard environment for developing on Osmosis for us. For more information about LocalOsmosis please refer to its official documentation here -> https://docs.osmosis.zone/developing/tools/localosmosis.htm Also, We're going to install a tool call Beaker which is a tool that's going to help us scaffolding and do a lot of heavy tasks for us when developing smart contracts (think of hardhat for cosmwasm) ๐Ÿชš Let's Install it!
     Like  Bookmark