The cryptocurrency for creative professionals.
This repository has two main components:
/contracts
: Has the Solidity smart contracts that underpin Exposure./website
: The public website. It's a bootstrap template so there's no real magic happening here, it's oldschool
The contracts are deployed to Mainnet here:
token.sol
: 0xf79C2cc623c9317725712cF1b1b980464507a70Acrowdsale.sol
: 0xB7D9372DbcEDfFd7b58a15516e0b156204b764a8
If you want to buy some Exposure, send ETH to the crowdsale contract and you'll receive EXPO back at the rate on this page.
If you're concerned about the owner of the contract front-running your transaction with a different exchange rate you can call the buyTokensAtRate
function instead.
To build the contracts, install solc
, then:
cd contracts
solc *.sol
with whatever options you want, e.g.--abi
and/or--bin
Or from your browser, you can:
To build the website:
cd website
yarn
yarn start
or if you want to build the static output, then yarn build
.
Feel free to reach out to us at Coinage, we're happy to help!