-
Notifications
You must be signed in to change notification settings - Fork 377
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 quick start example #25
Conversation
QuickStart.md
Outdated
yarn set version classic | ||
yarn install | ||
yarn contracts:solo-up | ||
yarn contracts:deploy:solo | ||
|
||
PORT=3000 \ | ||
ORIGIN="*" \ | ||
OPENAI_API_KEY="sk-proj-.." \ | ||
ADMIN_MNEMONIC="denial kitchen pet squirrel other broom bar gas better priority spoil cross" \ | ||
NETWORK_URL=http://localhost:8669 \ | ||
REWARD_AMOUNT=1 \ | ||
yarn dev |
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.
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.
Adding Request Change
👋 not sure what you mean by that. Would this be adding the link table to the first section? I agree with the potential copy & paste misunderstanding. It is stated at the top as required variable. I went back with my original frustration about the required amount of ENV and found that What do you think about the change? |
Nice catch! Could you have a reference to the |
I did add a link to the README, hope its what you expect. Feel free to adjust the way you like to see it! |
This PR aims to simplify the start for impatient developers on the app template:
QuickStart.md
with reduced information and a single snippet to get started