Skip to content

Commit ce804cd

Browse files
committed
Merge branch 'main' into fix/all-wallets
2 parents 3cbda62 + 69868bb commit ce804cd

File tree

3 files changed

+196
-31
lines changed

3 files changed

+196
-31
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Scaffold Stellar Frontend
22

3+
_To get started with Scaffold Stellar, visit its repo: [github.com/AhaLabs/scaffold-stellar](https://github.com/AhaLabs/scaffold-stellar)._
4+
35
_Under active development._
46

57
A modern, up-to-date toolkit for building Stellar smart contract frontends.

package-lock.json

Lines changed: 177 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/pages/Debugger.tsx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,23 @@ const Debugger: React.FC = () => {
6060
<Layout.Content>
6161
<Layout.Inset>
6262
<p>No contracts found in src/contracts/</p>
63+
<p>
64+
Do you have any contracts defined in your root{" "}
65+
<Code size="sm">contracts</Code> folder, and defined in your
66+
environments.toml file?
67+
</p>
68+
<p>
69+
Use <Code size="sm">stellar scaffold generate contract</Code> to
70+
install contracts from the{" "}
71+
<a href="https://github.com/OpenZeppelin/stellar-contracts">
72+
OpenZeppelin Stellar Contracts
73+
</a>{" "}
74+
repository, or visit the{" "}
75+
<a href="https://wizard.openzeppelin.com/stellar">
76+
OpenZeppelin Wizard
77+
</a>{" "}
78+
to interactively build your contract.
79+
</p>
6380
</Layout.Inset>
6481
</Layout.Content>
6582
);

0 commit comments

Comments
 (0)