Minor README updates

This commit is contained in:
Christian Kamm 2022-12-29 14:13:57 +01:00
parent f72c3cd0ae
commit cf3ebb5d96
1 changed files with 16 additions and 5 deletions

View File

@ -1,12 +1,23 @@
### Development
## Development
- rust version 1.59.0 (9d1b2106e 2022-02-23)
- solana-cli 1.9.13
- anchor-cli 0.24.2
### Dependencies
- rust version 1.65.0
- solana-cli 1.14.9
- npm 8.1.2
- node v16.13.1
Devnet deployment - 4MangoMjqJ2firMokCjjGgoK8d4MXcrgL7XJaL3w6fVg
### Submodules
After cloning this repo you'll need to init and update its git submodules.
Consider setting the git option `submodule.recurse=true`.
### Deployments
Devnet - 4MangoMjqJ2firMokCjjGgoK8d4MXcrgL7XJaL3w6fVg
Mainnet-beta - 4MangoMjqJ2firMokCjjGgoK8d4MXcrgL7XJaL3w6fVg
### Notes
For testing latest program changes while developing,
just run below scripts in given order form any branch,