Framework utilize graphql to make web3 development easier
client
: client package includescrypto
,key-man
andnear
crypto
: crypto package providessecp256k1
anded25519
key-man
: key management package provides key storage apinear
: Near protocol client package provides wallet api
cargo make format
- Formats the codecargo make clean
- Removes the build directorycargo make build
- Builds the programcargo make test
- Runs the tests
Please modify the Makefile.toml
file to add new commands.