Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add erc721 example #33

Merged
merged 13 commits into from
Nov 10, 2023
Merged
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ The `.contract` file combines the Wasm and metadata into one file and can be use
### Commands

* `pnpm erc20`
* `pnpm erc721`
* `pnpm basic-contract-caller`
* `pnpm contract-terminate`
* `pnpm contract-transfer`
Expand Down
21 changes: 21 additions & 0 deletions erc721/frontend/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Logs
logs
*.log
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
4 changes: 4 additions & 0 deletions erc721/frontend/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Have Questions?

For any questions about building front end applications with [useink](https://use.ink/frontend/overview/), join the [Element chat](https://matrix.to/#/%23useink:parity.io).

Loading