Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Solidity using the Solang compiler
anchor init has a new option `-s` (or `--solidity`) which creates an example using Solidity in the soldity directory of the anchor workspace. anchor deploy/build/test work accordingly. solang is required to be in the path, this can be downloaded from the release at https://github.com/hyperledger/solang anchor build/deploy finds all the solidity contracts by using the solidity parser to find all contract declarations. Next steps: - Seek feedback - Add solang to solana SDK - Improve examples
- Loading branch information