Skip to content

Commit b870db0

Browse files
authored
Update README.md
1 parent 162dae9 commit b870db0

File tree

1 file changed

+47
-20
lines changed

1 file changed

+47
-20
lines changed

README.md

+47-20
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,55 @@
55
### Authored by Morpheus, Trinity, & Neo
66
Published - September 2nd 2023
77

8-
---------
9-
**Morpheus Version 0.0.5 for Mac**
10-
- Download from Google Drive: https://drive.google.com/file/d/1x-wR4HWjKqT_g6VRjrWPXu3rVm9ukOc9/view?usp=sharing
11-
- SHA 256 hash for validation: 9092d543023fb95086cf4a7039d42cbcbbdf5283d670c4de6396b3d89e57b064
12-
- Version: Morpheus-0.0.5-x64.dmg
8+
## Introduction
9+
The Smart Agent concept of connecting LLMs and AI Agents to wallets, Dapps, & smart contracts promises to open the world of Web3 to everyone. Chatting in normal language with your Smart Agent and having it understand the question or task, is similar to how Google's search engine opened the early internet up to the general public.
1310

14-
---------
15-
**Morpheus Version 0.0.5 for Linux Debian**
16-
- Download: https://drive.google.com/file/d/1PQ3n7LXeJHe_jmkYLDUQ9fWjZQTWbHCB/view?usp=sharing
17-
- Instructions: To install, run this command:
11+
To make Smart Agents accessible to everyone and increase decentralization we propose a network & fairly launched token for incentivizing all four of the key contributors to their operation. Namely, the community of users, coders contributing to the Morpheus software / agents, capital providers funding development / operations and those supplying computation, storage and bandwidth. It has been well shown by the history of Bitcoin and Ethereum that free & open competition for scarce digital tokens can provide scalable infrastructure for a public blockchain over long periods of time.
1812

19-
`sudo dpkg -i /path/to/your/morpheus.deb`
13+
## Morpheus 0.0.6 Version Release Notes: Mac + Linux + Windows Installs
14+
This is the first version of Morpheus that brings together an open source LLM (defaults to Llama2) + connecting a user's Metamask wallet + executing on chain transactions via a ETH focused Smart Agent.
2015

21-
NOTE: In the above command, replace "/path/to/your/morpheus.deb" with your path to the morpheus_0.0.5_amd64.deb file.
22-
- SHA Hash for Verifiction:
23-
b227e7bcb21ec9e8e2b4bf9510a2e1f224953fe5
24-
- Version: morpheus_0.0.5_amd64.deb
16+
After connecting Morpheus to your Meta Mask, you can test it by taking basic actions such as:
17+
"What is my balance?"
18+
"What is my address?"
19+
"Send ETH to Ethereum Address"
2520

26-
Morpheus Linux Debian Guide:
27-
https://docs.google.com/document/d/1PLRxWIKppNHIy461ZeHHP1Lz6ZC7rcbSRyD7SJCkyKg/edit#heading=h.85k2a53a2as
21+
Morpheus doesn't have a connection to a block explorer or price oracles yet, so it can't answer general transactions questions. It just answers the above examples based on info from the Meta Mask wallet you connect.
22+
23+
> [!WARNING]
24+
> Review all transactions before approving them. The LLM makes mistakes, you have human wisdom.
25+
Seriously, double check all actions in the Metamask interface before sending money.
26+
This is an experimental release and the ETH Smart Agent may try and send your money into a black hole.
27+
Gas costs are high on Ethereum. Consider testing out 0.0.6 using the Sepolia testnet or Arbitrum.
2828

2929
---------
30-
## Introduction
31-
The Smart Agent concept of connecting LLMs and AI Agents to wallets, Dapps, & smart contracts promises to open the world of Web3 to everyone. Chatting in normal language with your Smart Agent and having it understand the question or task, is similar to how Google's search engine opened the early internet up to the general public.
30+
**Linux: There are now two linux builds (RPM and DEB)**
31+
- Download RPM: https://storage.googleapis.com/get-morpheus/Morpheus-0.0.6-rpm.zip
32+
- SHA 256 hash for validation: fa811b823f80c6afc537b608edff99feb1bc68451c0bba9d22f7abedf5e66c0a
33+
- Version: Morpheus-0.0.6-rpm
3234

33-
To make Smart Agents accessible to everyone and increase decentralization we propose a network & fairly launched token for incentivizing all four of the key contributors to their operation. Namely, the community of users, coders contributing to the Morpheus software / agents, capital providers funding development / operations and those suppling computation, storage and bandwidth. It has been well shown by the history of Bitcoin and Ethereum that free & open competition for scarce digital tokens can provide scalable infrastructure for a public blockchain over long periods of time.
3435

36+
- Download DEB: https://storage.googleapis.com/get-morpheus/Morpheus-0.0.6-deb.zip
37+
- SHA 256 hash for validation: 04044442119e4ab296ffa6c5d3ae297b178197b4855e42dcbd8a4634e2d8d8ad
38+
- Version: Morpheus-0.0.6-deb
39+
40+
---------
41+
**Mac OS: For Intel & Apple M Series Silicon Chips**
42+
- Download: https://storage.googleapis.com/get-morpheus/morpheus-0.0.6-x64.dmg
43+
- SHA 256 hash for validation: 004948f4dcc3702ea41f6050d0d3a86db2198e1ebfd599aca20a9a6cdefcd8e3
44+
- Version: morpheus-0.0.6-x64.dmg
45+
46+
- Download: https://storage.googleapis.com/get-morpheus/morpheus-0.0.6-arm64.dmg
47+
- SHA 256 hash for validation: 2179c229c8f1acca5b8c3e9a813d75f5a42b971c8aff555ad30f0a8ada9dbb1c
48+
- Version: morpheus-0.0.6-arm64.dmg
49+
50+
---------
51+
**Windows:**
52+
- Download: https://storage.googleapis.com/get-morpheus/morpheus-0.0.6_x86_64_win.zip
53+
- SHA 256 hash for validation: 37cb37a7a8443da87541fb1896d9f23112fecff650e3cfc053d51938a1e326a3
54+
- Version: morpheus-0.0.6_x86_64_win
55+
56+
---------
3557
## Key documents list:
3658
- [White Paper](https://github.com/MorpheusAIs/Docs/blob/main/!KEYDOCS%20README%20FIRST!/WhitePaper.md)
3759
- [Yellow Paper](https://github.com/MorpheusAIs/Docs/blob/main/!KEYDOCS%20README%20FIRST!/YellowPaper.md)
@@ -40,19 +62,24 @@ To make Smart Agents accessible to everyone and increase decentralization we pro
4062
- [Code Contributions Best Practices](https://github.com/MorpheusAIs/Docs/blob/main/!KEYDOCS%20README%20FIRST!/Code%20Contributor%20Best%20Practices.md)
4163
- [Coder Guide](https://github.com/MorpheusAIs/Docs/blob/main/!KEYDOCS%20README%20FIRST!/Coder%20Guide.md)
4264
- [Fair Launch](https://github.com/MorpheusAIs/Docs/blob/main/!KEYDOCS%20README%20FIRST!/Fair%20Launch.md)
43-
- [Fair Price Discovery](https://github.com/MorpheusAIs/Docs/blob/main/!KEYDOCS%20README%20FIRST!/Fair%20Price%20Discovery.md)
4465
- [Multisig](https://github.com/MorpheusAIs/Docs/blob/main/!KEYDOCS%20README%20FIRST!/Multisig.md)
4566
- [Protection Fund Details](https://github.com/MorpheusAIs/Docs/blob/main/!KEYDOCS%20README%20FIRST!/Protection%20Fund%20Details.md)
4667
- [TestingPlan](https://github.com/MorpheusAIs/Docs/blob/main/!KEYDOCS%20README%20FIRST!/TestingPlan.md)
4768
- [Mastery of Tokenomics](https://github.com/MorpheusAIs/Docs/blob/main/!KEYDOCS%20README%20FIRST!/Mastery%20of%20Tokenomics.md)
4869
- [Morpheus Meetup Guide](https://github.com/MorpheusAIs/Docs/blob/main/!KEYDOCS%20README%20FIRST!/Morpheus%20Meetup%20Guide.md)
70+
- [Phased AMM Deployment and Fair Price Discovery](https://github.com/MorpheusAIs/Docs/blob/main/!KEYDOCS%20README%20FIRST!/Phased%20AMM%20Deployment%20and%20Fair%20Price%20Discovery.md)
71+
- [Morpheus Asset Integration Framework](https://github.com/MorpheusAIs/Docs/blob/main/!KEYDOCS%20README%20FIRST!/The%20Morpheus%20Asset%20Integration%20Framework.md)
72+
- [Morpheus Lumerin Compute Model](https://github.com/MorpheusAIs/Docs/blob/main/!KEYDOCS%20README%20FIRST!/Morpheus%20Lumerin%20Model.md)
73+
- [Bug Bounty Program](https://github.com/MorpheusAIs/Docs/blob/main/!KEYDOCS%20README%20FIRST!/Bug%20Bounty%20Program.md)
4974
- [FAQs](https://github.com/MorpheusAIs/Docs/blob/main/!KEYDOCS%20README%20FIRST!/FAQs.md)
5075

5176
## Code:
5277
- Morpheus Local Install: https://github.com/MorpheusAIs/Node
5378
- Smart Contracts: https://github.com/MorpheusAIs/SmartContracts
5479
- Frontend Dashboard: https://github.com/MorpheusAIs/DashBoard
5580
- Technical Documentation https://github.com/MorpheusAIs/Docs
81+
- Morpheus Request for Comments: https://github.com/MorpheusAIs/MRC
82+
- Morpheus Lumerin (Compute) Node: https://github.com/MorpheusAIs/Morpheus-Lumerin-Node
5683

5784
## Morpheus Network Diagram
5885
![DiagramupdatedwithstETH](https://github.com/MorpheusAIs/Morpheus/assets/1563345/31711e49-0b57-4b41-b231-ee673dbf6664)

0 commit comments

Comments
 (0)