Skip to content

Commit abb9650

Browse files
authored
Update README.md
1 parent ac97548 commit abb9650

File tree

1 file changed

+21
-12
lines changed

1 file changed

+21
-12
lines changed

README.md

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,31 +21,27 @@ SoraChain AI is a cutting-edge, privacy-preserving universal machine learning en
2121

2222
## Testnet BlockChain Layer of Sora AI
2323

24-
**This layer consists of blockchain layer of Aggregrator, validator, Trainer nodes of Sora AI Engine**
24+
This layer consists of blockchain layer of Aggregrator, validator, Trainer nodes of Sora AI Engine.
2525

2626
The Project uses foundry to setup local Blockchain server and test the Blockchain Layer.
2727

2828
# Steps to setup
2929

3030
### Install Foundry
3131

32-
'''
33-
forge init
34-
35-
'''
36-
37-
</details>
38-
39-
## Documentation
32+
```shell
33+
$ forge init
34+
```
4035

41-
http://docs.thesorachain.com
36+
Clone the repository
4237

4338
## Usage
4439

4540
### Build
4641

4742
```shell
4843
$ forge build
44+
$ forge compile
4945
```
5046

5147
### Anvil
@@ -54,12 +50,25 @@ $ forge build
5450
$ anvil
5551
```
5652

53+
### Load Environment Variables
54+
55+
```shell
56+
$ source .env
57+
```
58+
59+
5760
### Deploy test local
5861

5962
\*\*Do not use personal Private key
6063

6164
```shell
62-
forge script script/SoraContract.s.sol --broadcast --rpc-url $RPC_URL --private-key $PRIVATE_KEY
63-
65+
$ forge script script/SoraContract.s.sol --broadcast --rpc-url $RPC_URL --private-key $PRIVATE_KEY
6466

6567
```
68+
69+
## Documentation
70+
71+
[![SoraChain AI](https://img.shields.io/badge/SoraChainAI-Documentation-lightgreen?link=https%3A%2F%2Fdocs.thesorachain.com)](https://docs.thesorachain.com)
72+
73+
## Contributors
74+
Contributions welcome and wanted! Read the [contribution guidelines](https://github.com/ArweaveOasis/Arweave-AO-Dev-Learning/blob/main/Doc/Rules.md) first. Thanks to all the people who have contributed to this project!

0 commit comments

Comments
 (0)