All Projects → Andoromeda-Foundation → dapp-examples

Andoromeda-Foundation / dapp-examples

Licence: other
No description, website, or topics provided.

Programming Languages

WebAssembly
147 projects
C++
36643 projects - #6 most used programming language
javascript
184084 projects - #8 most used programming language
shell
77523 projects
HTML
75241 projects
CMake
9771 projects

Dapp Rosetta

Join our Telegram Join our Discord

English | Chinese | Japanese

Table of Contents

Introduction

Welcome to Dapp Rosetta, a dapp version of Rosetta Code

Dapp Rosetta Code is a programming chrestomathy site expecially focus on Dapp Development. The idea is to present solutions to the same task in as many different contract languages as possible, to demonstrate how languages and blockchain infrastructure are similar and different, and to aid a person with a grounding in one approach to a problem in learning another.

Get Start

yarn # Install Dependency
yarn start # Developer Mode

Get Start

  • Counter
  • Hot Potato
  • Ponzi Coin

FAQ

How to write unittest for my smart contract?

https://truffleframework.com/docs/getting_started/javascript-tests#using-async-await

How to verify my smart contract code deployed with Truffle which contain an import contract or a library?

https://stackoverflow.com/questions/50137954/verify-smart-contract-code-deployed-with-truffle

How to deploy my smart contract to mainnet or testnet with Truffle Directly?

truffle-flattener contracts/PowhToken.sol &> build/target.sol https://truffleframework.com/docs/advanced/configuration

Reference

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].