This repository contains Ur Solidity contracts and the configuration for their deployments.
In particular it contains a Javascript module which contains a load function for Ur contracts data, such as the source, its ABI and bytecode.
The data is generated at package build time using EVM Make.
To build the module one can use GNU Make
make \
allor npm
npm \
installAfter build you can run using GNU Make
make \
install-npmOn the Ur itself this package
is called ur-contracts and it is
part of the
ur
package, here linked at its Github
mirror.
The package has also been published on the NPM Registry
This originally MIT licensed file is distributed under the GNU Affero General Public License version 3 by Pellegrino Prevete.