Fix typos, fix links
This commit is contained in:
parent
2446d52f3e
commit
5051482cea
@ -18,7 +18,7 @@ To help Pedro open his dream taco shop, we'll implement a smart-contract, that w
|
||||
|
||||
## Pricing
|
||||
|
||||
Pedro's tacos are a rare delicatese, so their **price goes up**, as the **stock for the day begins to deplete**.
|
||||
Pedro's tacos are a rare delicacy, so their **price goes up**, as the **stock for the day begins to deplete**.
|
||||
|
||||
Each taco kind, has it's own `max_price` that it sells for, and a finite supply for the current sales lifecycle.
|
||||
|
||||
@ -74,7 +74,7 @@ function main (const parameter : int; const contractStorage : int) : (list(oper
|
||||
block {skip} with ((nil : list(operation)), contractStorage + parameter)
|
||||
```
|
||||
|
||||
Let's brake down the contract above to make sure we understand each bit of the LIGO syntax:
|
||||
Let's break down the contract above to make sure we understand each bit of the LIGO syntax:
|
||||
|
||||
- **`function main`** - definition of a function that serves as an entry point
|
||||
- **`(const parameter : int; const contractStorage : int)`** - parameters passed to the function
|
||||
|
@ -57,17 +57,17 @@ let main (p : action) (s : int) : (operation list * int) =
|
||||
|
||||
### Short-Term
|
||||
#### June 2019
|
||||
✓ First public release (hi)
|
||||
✓ PascaLIGO and CameLIGO
|
||||
✓ Docs
|
||||
✓ Tutorials
|
||||
\- Integration testing in JS/Reason with [Granary](https://stove-labs.github.io/granary/)
|
||||
<span style="display:block">✓ First public release (hi)</span>
|
||||
<span style="display:block">✓ PascaLIGO and CameLIGO</span>
|
||||
<span style="display:block">✓ Docs</span>
|
||||
<span style="display:block">✓ Tutorials</span>
|
||||
<span style="display:block">\- Integration testing in JS/Reason with [Granary](https://stove-labs.github.io/granary/)</span>
|
||||
|
||||
#### July 2019
|
||||
\- Try ligo online
|
||||
\- Unit testing in LIGO
|
||||
\- ReasonLIGO (ReasonML syntax)
|
||||
\- Design Pattern repository
|
||||
<span style="display:block">\- Try ligo online</span>
|
||||
<span style="display:block">\- Unit testing in LIGO</span>
|
||||
<span style="display:block">\- ReasonLIGO (ReasonML syntax)</span>
|
||||
<span style="display:block">\- Design Pattern repository</span>
|
||||
|
||||
### Mid-Term
|
||||
We are currently planning 3 big projects on the core language (excluding tooling).
|
||||
|
@ -32,7 +32,7 @@ class HomeSplash extends React.Component {
|
||||
data-tab="tab-group-3-content-4">PascaLIGO</div>
|
||||
<div className="nav-link" data-group="group_3"
|
||||
data-tab="tab-group-3-content-5">CameLIGO</div>
|
||||
<div className="nav-link">Reasonligo (coming soon) </div>
|
||||
<div className="nav-link">ReasonLIGO (coming soon) </div>
|
||||
{/* <div id="tab-group-3-tab-5" className="nav-link" data-group="group_3"
|
||||
data-tab="tab-group-3-content-5">Camligo</div> */}
|
||||
</div>
|
||||
@ -95,8 +95,8 @@ class HomeSplash extends React.Component {
|
||||
<div className="inner">
|
||||
<ProjectTitle siteConfig={siteConfig} />
|
||||
<PromoSection>
|
||||
<Button href={docUrl('setup-installation.html')}>Get Started</Button>
|
||||
<Button href={docUrl('tutorials/first-smart-contract.html')}>Tutorials</Button>
|
||||
<Button href={docUrl('setup/installation.html')}>Get Started</Button>
|
||||
<Button href={docUrl('tutorials/get-started/tezos-taco-shop-smart-contract.html')}>Tutorials</Button>
|
||||
<Button href={docUrl('contributors/origin.html')}>Contribute</Button>
|
||||
</PromoSection>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user