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

update allocation vesting and fix gitignore to restore image uploads #27

Merged
merged 4 commits into from
Mar 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ yarn-error.log
.env.development
.yarn
.cache
/public/*
.DS_Store
out/*
out
Expand Down
18 changes: 9 additions & 9 deletions components/AllocationTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ export default function AllocationTable() {
<Cell>B-Vesting</Cell>
<Cell>12</Cell>
<Cell>24</Cell>
<Cell>5%</Cell>
<Cell>1,356,250.00</Cell>
<Cell>12,884,375.00</Cell>
<Cell>2,147,395.83</Cell>
<Cell>0%</Cell>
<Cell>0.00</Cell>
<Cell>13,562,500.00</Cell>
<Cell>2,260,416.67</Cell>
<Cell>27,125,000.00</Cell>
</Row>
<Row>
Expand All @@ -100,10 +100,10 @@ export default function AllocationTable() {
<Cell>B-Vesting</Cell>
<Cell>12</Cell>
<Cell>48</Cell>
<Cell>5%</Cell>
<Cell>71,750.00</Cell>
<Cell>340,812.50</Cell>
<Cell>37,868.06</Cell>
<Cell>0%</Cell>
<Cell>0.00</Cell>
<Cell>358,750.00</Cell>
<Cell>39,861.11</Cell>
<Cell>1,435,000.00</Cell>
</Row>
<SubtotalRow>
Expand All @@ -112,7 +112,7 @@ export default function AllocationTable() {
</Cell>
<Cell>43.64%</Cell>
<Cell colSpan={4}></Cell>
<Cell>1,428,000.00</Cell>
<Cell>1,356,250.00</Cell>
<Cell colSpan={2}></Cell>
<Cell>42,200,000.00</Cell>
</SubtotalRow>
Expand Down
2 changes: 2 additions & 0 deletions pages/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Central to Tangle's ethos is the creation of a united community of developers, v

## Services

![MPC Flow](/images/MPCaaS-flow.png)

Tangle Network offers a range of services to support the development and deployment of advanced cryptographic applications:

- **Signing as a Service (TSSaaS)**: Tangle provides threshold signatures as a service, enabling the creation of decentralized bridges, oracles, and custody solutions. This service leverages a distributed key generation protocol to ensure robust security.
Expand Down
2 changes: 1 addition & 1 deletion pages/docs/node/docker-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ The upgrade process is straightforward and is the same for a full node.
sudo docker stop `CONTAINER_ID`
```

2. Get the latest version of Tangle from the Tangle GitHub Release [page](https://github.com/webb-tools/tangle/pkgs/container/tangle%2Ftangle)
2. Get the latest version of Tangle from the [Tangle GitHub Release](https://github.com/webb-tools/tangle/pkgs/container/tangle%2Ftangle)

3. Pull the latest version of Tangle binary by doing `docker pull ghcr.io/webb-tools/tangle/tangle:{VERSION_CODE}`.
Example, if the latest version of Tangle is v0.1.2, then the command would be `docker pull ghcr.io/webb-tools/tangle/tangle:v0.1.12`
Expand Down
Binary file added public/images/MPCaaS-flow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/allocation-pie-chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading