-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add examples #2719
Add examples #2719
Conversation
Deploying with Cloudflare Pages
|
45b1ac8
to
159a9c2
Compare
7f6acba
to
a41f080
Compare
This is looking great. Could you add an example how this will show in the documentation? Maybe we can start publishing smaller bits so we got something for the release towards the EOW. |
I think for now all examples that work are included and I will start documenting them in #2704 (which already has the first (final) create project example). I will try to finish everything later today |
const network = Network.RMS; | ||
let userSign = await walletSign(address.bech32, address); | ||
try { | ||
const projectAPIKey = Build5ApiKey[Build5.TEST]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can actually see where the confusion comes from. Build5ApiKey should be called SoonaverseApiKey instead. We'll tweak. We should add comment above that you're using Soonaverse key to simplify the interaction but users can create their own project.
I started to add examples directly to this repo. I think this makes most sense as they will always be up to date, we can test them and the docs can import them as shown in #2704