Skip to content

Commit

Permalink
feat: 🎸 update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
futantan committed Feb 20, 2024
1 parent 483f002 commit a8eb558
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pages/store/implement5169.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
import { Callout } from 'nextra/components';

# How to implement ERC-5169

## Tools

If you'd like to deploy a standard ERC-721 contract which implements ERC-5169,
you can use the
[https://launchpad.smartlayer.network/developer/deploy](https://launchpad.smartlayer.network/developer/deploy)

## For deployed contract which didn't implement ERC-5169

If your contract didn't implement ERC-5169 then you can use the following tool to set the `scriptURI`:
[https://launchpad.smartlayer.network/developer/scripturi](https://launchpad.smartlayer.network/developer/scripturi)

## Implement manually

Implementing ERC-5169 can be conveniently achieved by inserting several lines of code.

1. Install [stl-contracts](https://www.npmjs.com/package/stl-contracts) package:
Expand Down

0 comments on commit a8eb558

Please sign in to comment.