Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Create and Deploy a Factory ERC-1155 Contract on Polygon using Truffle

This project is based on the guide, How to Create and Deploy a Factory ERC-1155 Contract on Polygon using Truffle by Ferhat Kochan.

Clone Example Monorepo

To begin, clone the qn-guide-examples repo and navigate to this project's directory.

git clone https://github.com/quiknode-labs/qn-guide-examples.git
cd qn-guide-examples/polygon/polygon-truffle

Install Dependencies

Either npm, yarn, or pnpm can be used to install the project's dependencies.

npm i
yarn
pnpm i

Run Script

npm start
yarn start
pnpm start