Skip to content

Commit 5667ff4

Browse files
committed
proj 11 readme update
1 parent 0e21dca commit 5667ff4

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Programmable Money
2+
3+
### Disclaimer: This code is not audited and should not be used in production. There are several edge cases that have not been addressed and error handling that has not been implemented. This is for education purposes only.
4+
5+
## Frontend
6+
7+
View hosted frontend here: [Programmable Money UI](anchor-stablecoin.vercel.app)
8+
9+
## Anchor Program
10+
11+
1. Build the program
12+
13+
```shell
14+
cd program
15+
anchor build
16+
```
17+
18+
2. Run local validator
19+
20+
```shell
21+
solana-test-validator
22+
```
23+
24+
3. Deploy the program locally
25+
26+
```shell
27+
anchor deploy --provider.cluster localnet
28+
```
29+
30+
4. Test
31+
32+
```shell
33+
anchor test
34+
```

0 commit comments

Comments
 (0)