Skip to content

Instantly share code, notes, and snippets.

@PowerStream3604
Last active February 22, 2022 01:11
Show Gist options
  • Save PowerStream3604/ab42cd1df3ec56e251606e968a8dad35 to your computer and use it in GitHub Desktop.
Save PowerStream3604/ab42cd1df3ec56e251606e968a8dad35 to your computer and use it in GitHub Desktop.
Write, Compile, Deploy, Interact with Contracts on Polygon network (Figment)

Complete tutorial of writing, compiling, deploying, interacting with smart contracts on Polygon Network with Full implementation

Overview of the tutorial

  • I am writing this tutorial to help other developers not to reinvent the wheel and go a much smoother way than I did.
  • We'll learn how to implement a smart-contract from scratch and compile -> deploy -> interact with them using Truffle
  • This tutorials goal is to help readers to get a comprehensive understanding of how to work with Smart Contract on Polygon Network as a developer.

Who is this tutorial for?

  • This tutorial is for developers who wants start working on polygon network.
  • It's good for readers to have prior knowlege about Truffle Framework and Ethereum network.

This tutorial contains

  • [o] Smart Contract
  • [o] Front-End (javascript)

Protocol/Network

  • [o] Polygon(Matic)

Difficulty Level of the Tutorial

  • [o] Intermediate

Previous Work

  1. EIP 3602 Fractional-NFT with on-chain Royalty Distribution system
  2. Ethereum Foundation Tutorial : Sending tokens & Predicting gas price with Ethers.js
@Komards-NFTS
Copy link

Where is the rest of this tutorial?

@PowerStream3604
Copy link
Author

PowerStream3604 commented Feb 22, 2022

This is the link to the full tutorial. @Komards-NFTS
Tutorial

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment