Web3 donations for near protocol
$ cd near-contract
$ ./build.sh
$ cd near-contract
$ ./build.sh
$ near deploy --wasmFile res/donations_alert.wasm --accountId <Contract Account ID>
$ near call <Contract Account ID> new '{"beneficiary":"<Account ID>"}' --accountId <Contract Account ID>